Lines Matching refs:uuid_
415 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in createAppData() local
431 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname); in createAppData()
462 auto path = create_data_user_de_package_path(uuid_, userId, pkgname); in createAppData()
492 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in migrateAppData() local
500 auto ce_path = create_data_user_ce_package_path(uuid_, userId, pkgname); in migrateAppData()
501 auto de_path = create_data_user_de_package_path(uuid_, userId, pkgname); in migrateAppData()
553 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in clearAppData() local
558 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInode); in clearAppData()
584 auto path = create_data_user_de_package_path(uuid_, userId, pkgname) + suffix; in clearAppData()
666 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in destroyAppData() local
671 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInode); in destroyAppData()
677 auto path = create_data_user_de_package_path(uuid_, userId, pkgname); in destroyAppData()
725 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in fixupAppData() local
726 for (auto user : get_known_users(uuid_)) { in fixupAppData()
730 auto ce_path = create_data_user_ce_path(uuid_, user); in fixupAppData()
731 auto de_path = create_data_user_de_path(uuid_, user); in fixupAppData()
1185 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in createUserData() local
1187 if (uuid_ == nullptr) { in createUserData()
1203 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in destroyUserData() local
1206 auto path = create_data_user_de_path(uuid_, userId); in destroyUserData()
1210 if (uuid_ == nullptr) { in destroyUserData()
1222 auto path = create_data_user_ce_path(uuid_, userId); in destroyUserData()
1241 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in freeCache() local
1242 auto data_path = create_data_path(uuid_); in freeCache()
1266 for (auto user : get_known_users(uuid_)) { in freeCache()
1269 auto ce_path = create_data_user_ce_path(uuid_, user); in freeCache()
1270 auto de_path = create_data_user_de_path(uuid_, user); in freeCache()
1655 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in getAppSize() local
1663 auto obbCodePath = create_data_media_package_path(uuid_, userId, in getAppSize()
1691 auto cePath = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInodes[i]); in getAppSize()
1693 auto dePath = create_data_user_de_package_path(uuid_, userId, pkgname); in getAppSize()
1709 auto extPath = create_data_media_package_path(uuid_, userId, "data", pkgname); in getAppSize()
1711 auto mediaPath = create_data_media_package_path(uuid_, userId, "media", pkgname); in getAppSize()
1762 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in getUserSize() local
1778 calculate_tree_size(create_data_app_path(uuid_), &stats.codeSize, -1, -1, true); in getUserSize()
1782 auto cePath = create_data_user_ce_path(uuid_, userId); in getUserSize()
1784 auto dePath = create_data_user_de_path(uuid_, userId); in getUserSize()
1829 auto obbPath = create_data_path(uuid_) + "/media/obb"; in getUserSize()
1834 calculate_tree_size(create_data_app_path(uuid_), &stats.codeSize); in getUserSize()
1838 auto cePath = create_data_user_ce_path(uuid_, userId); in getUserSize()
1840 auto dePath = create_data_user_de_path(uuid_, userId); in getUserSize()
1854 auto dataMediaPath = create_data_media_path(uuid_, userId); in getUserSize()
1900 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in getExternalSize() local
1953 auto path = create_data_media_path(uuid_, userId); in getExternalSize()
1997 create_data_media_path(uuid_, userId).c_str()); in getExternalSize()
2168 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in linkNativeLibraryDirectory() local
2174 auto _pkgdir = create_data_user_ce_package_path(uuid_, userId, pkgname); in linkNativeLibraryDirectory()
2463 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in restoreconAppData() local
2469 auto path = create_data_user_ce_package_path(uuid_, userId, pkgName); in restoreconAppData()
2475 auto path = create_data_user_de_package_path(uuid_, userId, pkgName); in restoreconAppData()
2789 const char* uuid_ = uuid ? uuid->c_str() : nullptr; in findDataMediaPath() local
2790 auto path = StringPrintf("%s/media", create_data_path(uuid_).c_str()); in findDataMediaPath()