Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_utils.cpp1323 size_t lastPathSplitPos = libPhysicalPath.find_last_of(g_fileSeparator); in MountAllGroup() local
1324 … APPSPAWN_CHECK(lastPathSplitPos != std::string::npos, return -1, "MountAllGroup: path error"); in MountAllGroup()
1326 std::string dataGroupUuid = libPhysicalPath.substr(lastPathSplitPos + 1); in MountAllGroup()