Lines Matching refs:uuid_
822 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in createAppDataLocked() local
848 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname); in createAppDataLocked()
875 auto path = create_data_user_de_package_path(uuid_, userId, pkgname); in createAppDataLocked()
930 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in createSdkSandboxDataPackageDirectory() local
943 auto packagePath = create_data_misc_sdk_sandbox_package_path(uuid_, isCeData, userId, in createSdkSandboxDataPackageDirectory()
1044 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in reconcileSdkData() local
1062 const auto packagePath = create_data_misc_sdk_sandbox_package_path(uuid_, isCeData, userId, in reconcileSdkData()
1089 create_data_misc_sdk_sandbox_sdk_path(uuid_, isCeData, userId, in reconcileSdkData()
1124 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in migrateAppData() local
1132 auto ce_path = create_data_user_ce_package_path(uuid_, userId, pkgname); in migrateAppData()
1133 auto de_path = create_data_user_de_package_path(uuid_, userId, pkgname); in migrateAppData()
1192 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in clearAppData() local
1197 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInode); in clearAppData()
1220 auto path = create_data_user_de_package_path(uuid_, userId, pkgname) + suffix; in clearAppData()
1280 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in clearSdkSandboxDataPackageDirectory() local
1298 auto appPath = create_data_misc_sdk_sandbox_package_path(uuid_, isCeData, userId, pkgname); in clearSdkSandboxDataPackageDirectory()
1371 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in destroyAppData() local
1376 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInode); in destroyAppData()
1382 auto path = create_data_user_de_package_path(uuid_, userId, pkgname); in destroyAppData()
1439 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in destroySdkSandboxDataPackageDirectory() local
1450 auto appPath = create_data_misc_sdk_sandbox_package_path(uuid_, isCeData, userId, pkgname); in destroySdkSandboxDataPackageDirectory()
1468 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in fixupAppData() local
1469 for (auto userId : get_known_users(uuid_)) { in fixupAppData()
1474 auto ce_path = create_data_user_ce_path(uuid_, userId); in fixupAppData()
1475 auto de_path = create_data_user_de_path(uuid_, userId); in fixupAppData()
2026 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in createUserData() local
2028 if (uuid_ == nullptr) { in createUserData()
2045 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in destroyUserData() local
2048 auto path = create_data_user_de_path(uuid_, userId); in destroyUserData()
2054 create_data_misc_sdk_sandbox_path(uuid_, /*isCeData=*/false, userId); in destroyUserData()
2058 if (uuid_ == nullptr) { in destroyUserData()
2070 auto path = create_data_user_ce_path(uuid_, userId); in destroyUserData()
2076 create_data_misc_sdk_sandbox_path(uuid_, /*isCeData=*/true, userId); in destroyUserData()
2098 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in freeCache() local
2099 auto data_path = create_data_path(uuid_); in freeCache()
2124 const auto users = get_known_users(uuid_); in freeCache()
2141 auto ce_path = create_data_user_ce_path(uuid_, userId); in freeCache()
2142 auto de_path = create_data_user_de_path(uuid_, userId); in freeCache()
2144 auto ce_sdk_path = create_data_misc_sdk_sandbox_path(uuid_, /*isCeData=*/true, userId); in freeCache()
2145 auto de_sdk_path = create_data_misc_sdk_sandbox_path(uuid_, /*isCeData=*/false, userId); in freeCache()
2624 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in getAppSize() local
2632 auto obbCodePath = create_data_media_package_path(uuid_, userId, in getAppSize()
2662 auto cePath = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInodes[i]); in getAppSize()
2664 auto dePath = create_data_user_de_package_path(uuid_, userId, pkgname); in getAppSize()
2673 create_data_misc_sdk_sandbox_package_path(uuid_, true, userId, pkgname); in getAppSize()
2676 create_data_misc_sdk_sandbox_package_path(uuid_, false, userId, pkgname); in getAppSize()
2693 auto extPath = create_data_media_package_path(uuid_, userId, "data", pkgname); in getAppSize()
2695 auto mediaPath = create_data_media_package_path(uuid_, userId, "media", pkgname); in getAppSize()
2847 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in getUserSize() local
2855 calculate_tree_size(create_data_app_path(uuid_), &stats.codeSize, -1, -1, true); in getUserSize()
2859 auto cePath = create_data_user_ce_path(uuid_, userId); in getUserSize()
2861 auto dePath = create_data_user_de_path(uuid_, userId); in getUserSize()
2903 calculate_tree_size(create_data_app_path(uuid_), &stats.codeSize); in getUserSize()
2907 auto cePath = create_data_user_ce_path(uuid_, userId); in getUserSize()
2909 auto dePath = create_data_user_de_path(uuid_, userId); in getUserSize()
2914 auto sdkSandboxCePath = create_data_misc_sdk_sandbox_path(uuid_, true, userId); in getUserSize()
2916 auto sdkSandboxDePath = create_data_misc_sdk_sandbox_path(uuid_, false, userId); in getUserSize()
2930 auto dataMediaPath = create_data_media_path(uuid_, userId); in getUserSize()
2978 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in getExternalSize() local
3015 auto path = create_data_media_path(uuid_, userId); in getExternalSize()
3059 create_data_media_path(uuid_, userId).c_str()); in getExternalSize()
3095 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in getAppCrates() local
3109 auto crateManager = std::make_unique<CrateManager>(uuid_, userId, packageName); in getAppCrates()
3141 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in getUserCrates() local
3153 auto crateManager = std::make_unique<CrateManager>(uuid_, userId, packageDir->fts_name); in getUserCrates()
3326 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in linkNativeLibraryDirectory() local
3332 auto _pkgdir = create_data_user_ce_package_path(uuid_, userId, pkgname); in linkNativeLibraryDirectory()
3432 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in restoreconAppDataLocked() local
3438 auto path = create_data_user_ce_package_path(uuid_, userId, pkgName); in restoreconAppDataLocked()
3444 auto path = create_data_user_de_package_path(uuid_, userId, pkgName); in restoreconAppDataLocked()
3464 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in restoreconSdkDataLocked() local
3476 create_data_misc_sdk_sandbox_package_path(uuid_, isCeData, userId, pkgName); in restoreconSdkDataLocked()
3728 const char* uuid_ = uuid->c_str(); in tryMountDataMirror() local
3732 std::string mirrorVolCePath(StringPrintf("%s/%s", kDataMirrorCePath, uuid_)); in tryMountDataMirror()
3737 std::string mirrorVolDePath(StringPrintf("%s/%s", kDataMirrorDePath, uuid_)); in tryMountDataMirror()
3742 std::string mirrorVolMiscCePath(StringPrintf("%s/%s", kMiscMirrorCePath, uuid_)); in tryMountDataMirror()
3747 std::string mirrorVolMiscDePath(StringPrintf("%s/%s", kMiscMirrorDePath, uuid_)); in tryMountDataMirror()
3752 auto cePath = StringPrintf("%s/user", create_data_path(uuid_).c_str()); in tryMountDataMirror()
3753 auto dePath = StringPrintf("%s/user_de", create_data_path(uuid_).c_str()); in tryMountDataMirror()
3754 auto miscCePath = StringPrintf("%s/misc_ce", create_data_path(uuid_).c_str()); in tryMountDataMirror()
3755 auto miscDePath = StringPrintf("%s/misc_de", create_data_path(uuid_).c_str()); in tryMountDataMirror()
3827 const char* uuid_ = uuid->c_str(); in onPrivateVolumeRemoved() local
3831 std::string mirrorCeVolPath(StringPrintf("%s/%s", kDataMirrorCePath, uuid_)); in onPrivateVolumeRemoved()
3832 std::string mirrorDeVolPath(StringPrintf("%s/%s", kDataMirrorDePath, uuid_)); in onPrivateVolumeRemoved()
3833 std::string mirrorMiscCeVolPath(StringPrintf("%s/%s", kMiscMirrorCePath, uuid_)); in onPrivateVolumeRemoved()
3834 std::string mirrorMiscDeVolPath(StringPrintf("%s/%s", kMiscMirrorDePath, uuid_)); in onPrivateVolumeRemoved()
3888 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in findDataMediaPath() local
3889 auto path = StringPrintf("%s/media", create_data_path(uuid_).c_str()); in findDataMediaPath()