Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp868 auto secondLastPathSep = filePath.find(ServiceConstants::PATH_SEPARATOR, pos); in CopyFileToSecurityDir() local
869 … 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()