Searched defs:cePath (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/hostsidetests/SdkSandboxStorageHostTest/src/com/android/tests/sdksandbox/host/ |
D | SdkSandboxStorageHostTest.java | 154 final String cePath = getSdkDataRootPath(0, true); in testSdkDataRootDirectory_IsCreatedOnUserCreate() local 163 final String cePath = getSdkDataRootPath(secondaryUserId, true); in testSdkDataRootDirectory_IsCreatedOnUserCreate() local 188 final String cePath = getSdkDataMirrorPackagePath(0, TEST_APP_STORAGE_PACKAGE, true); in testSdkSandboxDataMirrorAppDirectory_IsCreatedOnInstall() local 250 final String cePath = getSdkDataPackagePath(0, TEST_APP_STORAGE_PACKAGE, true); in testSdkSandboxDataRootDirectory_IsNotAccessibleByApps() local 261 final String cePath = getSdkDataPackagePath(0, TEST_APP_STORAGE_PACKAGE, true); in testSdkDataPackageDirectory_IsCreatedOnInstall() local 282 final String cePath = getSdkDataPackagePath(0, TEST_APP_STORAGE_PACKAGE, true); in testSdkDataPackageDirectory_IsNotCreatedWithoutSdkConsumption() local 298 final String cePath = getSdkDataPackagePath(0, TEST_APP_STORAGE_PACKAGE, true); in testSdkDataPackageDirectory_IsDestroyedOnUninstall() local 352 final String cePath = getSdkDataPackagePath(0, TEST_APP_STORAGE_PACKAGE, true); in testSdkDataPackageDirectory_IsDestroyedOnUninstall_DeviceLocked() local 705 final String cePath = in testSdkDataPackageDirectory_IsUserSpecific() local 872 final String cePath = getSdkDataPackagePath(0, TEST_APP_STORAGE_PACKAGE, true); in testSdkDataPackageDirectory_OnUpdateDoesNotConsumeSdk() local
|
/aosp_15_r20/frameworks/native/cmds/installd/ |
H A D | InstalldNativeService.cpp | 2662 auto cePath = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInodes[i]); in getAppSize() local 2859 auto cePath = create_data_user_ce_path(uuid_, userId); in getUserSize() local 2907 auto cePath = create_data_user_ce_path(uuid_, userId); in getUserSize() local 3752 auto cePath = StringPrintf("%s/user", create_data_path(uuid_).c_str()); in tryMountDataMirror() local
|
/aosp_15_r20/frameworks/base/core/jni/ |
H A D | com_android_internal_os_Zygote.cpp | 1295 auto cePath = StringPrintf("%s/user", volPath.c_str()); in isolateAppData() local 1406 auto cePath = StringPrintf("%s/user", volPath.c_str()); in isolateAppData() local
|