Home
last modified time | relevance | path

Searched refs:secondLastPathSep (Results 1 - 1 of 1) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp843 auto secondLastPathSep = filePath.find(ServiceConstants::PATH_SEPARATOR, pos); in CopyFileToSecurityDir() local
844 if ((secondLastPathSep == std::string::npos) || (secondLastPathSep == filePath.length() - 1)) { in CopyFileToSecurityDir()
848 filePath.find(ServiceConstants::PATH_SEPARATOR, secondLastPathSep + 1); in CopyFileToSecurityDir()
854 filePath.substr(secondLastPathSep, thirdLastPathSep - secondLastPathSep + 1); in CopyFileToSecurityDir()

Completed in 2 milliseconds