Home
last modified time | relevance | path

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

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