Home | History | Annotate | Download | only in installd

Lines Matching refs:uuid_

353     const char* uuid_ = uuid ? uuid->c_str() : nullptr;
369 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname);
400 auto path = create_data_user_de_package_path(uuid_, userId, pkgname);
454 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
462 auto ce_path = create_data_user_ce_package_path(uuid_, userId, pkgname);
463 auto de_path = create_data_user_de_package_path(uuid_, userId, pkgname);
514 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
519 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInode);
542 auto path = create_data_user_de_package_path(uuid_, userId, pkgname) + suffix;
594 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
599 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInode);
605 auto path = create_data_user_de_package_path(uuid_, userId, pkgname);
629 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
630 for (auto user : get_known_users(uuid_)) {
634 auto ce_path = create_data_user_ce_path(uuid_, user);
635 auto de_path = create_data_user_de_path(uuid_, user);
868 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
870 if (uuid_ == nullptr) {
893 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
896 auto path = create_data_user_de_path(uuid_, userId);
900 if (uuid_ == nullptr) {
912 auto path = create_data_user_ce_path(uuid_, userId);
930 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
931 auto data_path = create_data_path(uuid_);
956 for (auto user : get_known_users(uuid_)) {
959 auto ce_path = create_data_user_ce_path(uuid_, user);
960 auto de_path = create_data_user_de_path(uuid_, user);
1383 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
1392 auto obbCodePath = create_data_media_obb_path(uuid_, packageName.c_str());
1419 auto cePath = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInodes[i]);
1421 auto dePath = create_data_user_de_package_path(uuid_, userId, pkgname);
1437 auto extPath = create_data_media_package_path(uuid_, userId, "data", pkgname);
1439 auto mediaPath = create_data_media_package_path(uuid_, userId, "media", pkgname);
1489 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
1514 calculate_tree_size(create_data_app_path(uuid_), &stats.codeSize, -1, -1, true);
1518 auto cePath = create_data_user_ce_path(uuid_, userId);
1520 auto dePath = create_data_user_de_path(uuid_, userId);
1573 auto obbPath = create_data_path(uuid_) + "/media/obb";
1578 calculate_tree_size(create_data_app_path(uuid_), &stats.codeSize);
1582 auto cePath = create_data_user_ce_path(uuid_, userId);
1584 auto dePath = create_data_user_de_path(uuid_, userId);
1598 auto dataMediaPath = create_data_media_path(uuid_, userId);
1643 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
1721 auto path = create_data_media_path(uuid_, userId);
1763 auto obbPath = create_data_media_obb_path(uuid_, "");
1906 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
1912 auto _pkgdir = create_data_user_ce_package_path(uuid_, userId, pkgname);
2183 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
2189 auto path = create_data_user_ce_package_path(uuid_, userId, pkgName);
2195 auto path = create_data_user_de_package_path(uuid_, userId, pkgName);
2364 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
2365 auto path = StringPrintf("%s/media", create_data_path(uuid_).c_str());