Searched refs:thirdLastPathSep (Results 1 – 1 of 1) sorted by relevance
872 auto thirdLastPathSep = in CopyFileToSecurityDir() local874 … if ((thirdLastPathSep == std::string::npos) || (thirdLastPathSep == filePath.length() - 1)) { in CopyFileToSecurityDir()879 filePath.substr(secondLastPathSep, thirdLastPathSep - secondLastPathSep + 1); in CopyFileToSecurityDir()881 destination.append(filePath.substr(thirdLastPathSep + 1)); in CopyFileToSecurityDir()