Home | History | Annotate | Download | only in installd

Lines Matching defs:uuid_

455     const char* uuid_ = uuid ? uuid->c_str() : nullptr;
471 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname);
502 auto path = create_data_user_de_package_path(uuid_, userId, pkgname);
536 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
544 auto ce_path = create_data_user_ce_package_path(uuid_, userId, pkgname);
545 auto de_path = create_data_user_de_package_path(uuid_, userId, pkgname);
597 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
602 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInode);
628 auto path = create_data_user_de_package_path(uuid_, userId, pkgname) + suffix;
675 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
680 auto path = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInode);
686 auto path = create_data_user_de_package_path(uuid_, userId, pkgname);
710 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
711 for (auto user : get_known_users(uuid_)) {
715 auto ce_path = create_data_user_ce_path(uuid_, user);
716 auto de_path = create_data_user_de_path(uuid_, user);
952 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
954 if (uuid_ == nullptr) {
977 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
980 auto path = create_data_user_de_path(uuid_, userId);
984 if (uuid_ == nullptr) {
996 auto path = create_data_user_ce_path(uuid_, userId);
1014 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
1015 auto data_path = create_data_path(uuid_);
1040 for (auto user : get_known_users(uuid_)) {
1043 auto ce_path = create_data_user_ce_path(uuid_, user);
1044 auto de_path = create_data_user_de_path(uuid_, user);
1471 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
1480 auto obbCodePath = create_data_media_obb_path(uuid_, packageName.c_str());
1507 auto cePath = create_data_user_ce_package_path(uuid_, userId, pkgname, ceDataInodes[i]);
1509 auto dePath = create_data_user_de_package_path(uuid_, userId, pkgname);
1525 auto extPath = create_data_media_package_path(uuid_, userId, "data", pkgname);
1527 auto mediaPath = create_data_media_package_path(uuid_, userId, "media", pkgname);
1577 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
1602 calculate_tree_size(create_data_app_path(uuid_), &stats.codeSize, -1, -1, true);
1606 auto cePath = create_data_user_ce_path(uuid_, userId);
1608 auto dePath = create_data_user_de_path(uuid_, userId);
1661 auto obbPath = create_data_path(uuid_) + "/media/obb";
1666 calculate_tree_size(create_data_app_path(uuid_), &stats.codeSize);
1670 auto cePath = create_data_user_ce_path(uuid_, userId);
1672 auto dePath = create_data_user_de_path(uuid_, userId);
1686 auto dataMediaPath = create_data_media_path(uuid_, userId);
1731 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
1809 auto path = create_data_media_path(uuid_, userId);
1851 auto obbPath = create_data_media_obb_path(uuid_, "");
2011 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
2017 auto _pkgdir = create_data_user_ce_package_path(uuid_, userId, pkgname);
2294 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
2300 auto path = create_data_user_ce_package_path(uuid_, userId, pkgName);
2306 auto path = create_data_user_de_package_path(uuid_, userId, pkgName);
2641 const char* uuid_ = uuid ? uuid->c_str() : nullptr;
2642 auto path = StringPrintf("%s/media", create_data_path(uuid_).c_str());