Home
last modified time | relevance | path

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

/base/startup/appspawn/modules/sandbox/
H A Dsandbox_utils.cpp209 size_t pathIndex = path.find_first_of('/', index); in MakeDirRecursive() local
210 index = pathIndex == std::string::npos ? size : pathIndex + 1; in MakeDirRecursive()
227 size_t pathIndex = path.find_first_of('/', index); in CheckDirRecursive() local
228 index = pathIndex == std::string::npos ? size : pathIndex + 1; in CheckDirRecursive()
1458 size_t pathIndex = hapPath.find_last_of(g_fileSeparator); in SetOverlayAppSandboxProperty() local
1459 if (pathIndex == string::npos) { in SetOverlayAppSandboxProperty()
1462 std::string srcPath = hapPath.substr(0, pathIndex); in SetOverlayAppSandboxProperty()

Completed in 4 milliseconds