Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Dmount_manager.cpp58 const string SANDBOX_ROOT_PATH = "/mnt/sandbox/"; variable
636 SANDBOX_ROOT_PATH + to_string(userId) + "/" + bundleNameStr + EL2_BASE; in CheckPathValid()
651 filesystem::path rootDir(SANDBOX_ROOT_PATH + to_string(userId)); in MountCryptoPathAgain()
654 LOGE("root path not exists, rootDir is %{public}s", SANDBOX_ROOT_PATH.c_str()); in MountCryptoPathAgain()
691 std::string dstPath = SANDBOX_ROOT_PATH; in MountSandboxPath()