Searched refs:secondLastPathSep (Results 1 – 1 of 1) sorted by relevance
868 auto secondLastPathSep = filePath.find(ServiceConstants::PATH_SEPARATOR, pos); in CopyFileToSecurityDir() local869 … if ((secondLastPathSep == std::string::npos) || (secondLastPathSep == filePath.length() - 1)) { in CopyFileToSecurityDir()873 filePath.find(ServiceConstants::PATH_SEPARATOR, secondLastPathSep + 1); in CopyFileToSecurityDir()879 filePath.substr(secondLastPathSep, thirdLastPathSep - secondLastPathSep + 1); in CopyFileToSecurityDir()