Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp872 auto thirdLastPathSep = in CopyFileToSecurityDir() local
874 … 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()