Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dcom_android_internal_os_Zygote.cpp182 static constexpr const char* kCurProfileDirPath = "/data/misc/profiles/cur"; variable
1626 MountAppDataTmpFs(kCurProfileDirPath, fail_fn); in isolateJitProfile()
1637 std::string actualCurUserProfile = StringPrintf("%s/%d", kCurProfileDirPath, user_id); in isolateJitProfile()