Searched refs:slashIndex (Results 1 – 1 of 1) sorted by relevance
1557 size_t slashIndex = fileName.rfind("/"); in CodeSignatureSection() local1558 if (slashIndex != std::string::npos) in CodeSignatureSection()1559 fileName = fileName.drop_front(slashIndex + 1); in CodeSignatureSection()