Lines Matching refs:uuid_
450 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in createAppData() local
466 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname); in createAppData()
497 auto path = create_data_user_de_package_path(uuid_, userId, pkgname); in createAppData()
527 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in migrateAppData() local
535 auto ce_path = create_data_user_ce_package_path(uuid_, userId, pkgname); in migrateAppData()
536 auto de_path = create_data_user_de_package_path(uuid_, userId, pkgname); in migrateAppData()
588 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in clearAppData() local
593 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInode); in clearAppData()
619 auto path = create_data_user_de_package_path(uuid_, userId, pkgname) + suffix; in clearAppData()
708 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in destroyAppData() local
713 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInode); in destroyAppData()
719 auto path = create_data_user_de_package_path(uuid_, userId, pkgname); in destroyAppData()
779 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in fixupAppData() local
780 for (auto user : get_known_users(uuid_)) { in fixupAppData()
784 auto ce_path = create_data_user_ce_path(uuid_, user); in fixupAppData()
785 auto de_path = create_data_user_de_path(uuid_, user); in fixupAppData()
1278 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in createUserData() local
1280 if (uuid_ == nullptr) { in createUserData()
1296 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in destroyUserData() local
1299 auto path = create_data_user_de_path(uuid_, userId); in destroyUserData()
1303 if (uuid_ == nullptr) { in destroyUserData()
1315 auto path = create_data_user_ce_path(uuid_, userId); in destroyUserData()
1334 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in freeCache() local
1335 auto data_path = create_data_path(uuid_); in freeCache()
1359 for (auto user : get_known_users(uuid_)) { in freeCache()
1362 auto ce_path = create_data_user_ce_path(uuid_, user); in freeCache()
1363 auto de_path = create_data_user_de_path(uuid_, user); in freeCache()
1772 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in getAppSize() local
1780 auto obbCodePath = create_data_media_package_path(uuid_, userId, in getAppSize()
1808 auto cePath = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInodes[i]); in getAppSize()
1810 auto dePath = create_data_user_de_package_path(uuid_, userId, pkgname); in getAppSize()
1826 auto extPath = create_data_media_package_path(uuid_, userId, "data", pkgname); in getAppSize()
1828 auto mediaPath = create_data_media_package_path(uuid_, userId, "media", pkgname); in getAppSize()
1979 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in getUserSize() local
1987 calculate_tree_size(create_data_app_path(uuid_), &stats.codeSize, -1, -1, true); in getUserSize()
1991 auto cePath = create_data_user_ce_path(uuid_, userId); in getUserSize()
1993 auto dePath = create_data_user_de_path(uuid_, userId); in getUserSize()
2035 auto obbPath = create_data_path(uuid_) + "/media/obb"; in getUserSize()
2040 calculate_tree_size(create_data_app_path(uuid_), &stats.codeSize); in getUserSize()
2044 auto cePath = create_data_user_ce_path(uuid_, userId); in getUserSize()
2046 auto dePath = create_data_user_de_path(uuid_, userId); in getUserSize()
2060 auto dataMediaPath = create_data_media_path(uuid_, userId); in getUserSize()
2106 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in getExternalSize() local
2143 auto path = create_data_media_path(uuid_, userId); in getExternalSize()
2187 create_data_media_path(uuid_, userId).c_str()); in getExternalSize()
2343 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in linkNativeLibraryDirectory() local
2349 auto _pkgdir = create_data_user_ce_package_path(uuid_, userId, pkgname); in linkNativeLibraryDirectory()
2638 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in restoreconAppData() local
2644 auto path = create_data_user_ce_package_path(uuid_, userId, pkgName); in restoreconAppData()
2650 auto path = create_data_user_de_package_path(uuid_, userId, pkgName); in restoreconAppData()
2971 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in findDataMediaPath() local
2972 auto path = StringPrintf("%s/media", create_data_path(uuid_).c_str()); in findDataMediaPath()