Searched refs:volume_uuid (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/cmds/installd/ |
D | utils.h | 54 std::string create_data_path(const char* volume_uuid); 56 std::string create_data_app_path(const char* volume_uuid); 57 std::string create_data_app_package_path(const char* volume_uuid, const char* package_name); 59 std::string create_data_user_ce_path(const char* volume_uuid, userid_t userid); 60 std::string create_data_user_de_path(const char* volume_uuid, userid_t userid); 62 std::string create_data_user_ce_package_path(const char* volume_uuid, 64 std::string create_data_user_ce_package_path(const char* volume_uuid, 66 std::string create_data_user_de_package_path(const char* volume_uuid, 69 std::string create_data_media_path(const char* volume_uuid, userid_t userid); 70 std::string create_data_media_obb_path(const char* volume_uuid, const char* package_name); [all …]
|
D | utils.cpp | 71 std::string create_data_app_package_path(const char* volume_uuid, in create_data_app_package_path() argument 75 create_data_app_path(volume_uuid).c_str(), package_name); in create_data_app_package_path() 83 std::string create_data_user_ce_package_path(const char* volume_uuid, in create_data_user_ce_package_path() argument 87 create_data_user_ce_path(volume_uuid, user).c_str(), package_name); in create_data_user_ce_package_path() 90 std::string create_data_user_ce_package_path(const char* volume_uuid, userid_t user, in create_data_user_ce_package_path() argument 94 auto fallback = create_data_user_ce_package_path(volume_uuid, user, package_name); in create_data_user_ce_package_path() 96 auto user_path = create_data_user_ce_path(volume_uuid, user); in create_data_user_ce_package_path() 125 std::string create_data_user_de_package_path(const char* volume_uuid, in create_data_user_de_package_path() argument 129 create_data_user_de_path(volume_uuid, user).c_str(), package_name); in create_data_user_de_package_path() 150 std::string create_data_path(const char* volume_uuid) { in create_data_path() argument [all …]
|
D | dexopt.h | 63 const char* volume_uuid, const char* shared_libraries, const char* se_info);
|
D | otapreopt.cpp | 178 const char* volume_uuid; member 413 package_parameters_.volume_uuid = ParseNull(param); in ReadArgumentsV2() 515 package_parameters_.volume_uuid = ParseNull(param); in ReadArgumentsV1() 824 package_parameters_.volume_uuid, in Dexopt()
|
D | dexopt.cpp | 1397 int dexopt_flags, const char* volume_uuid, int uid, const char* instruction_set, in process_secondary_dex_dexopt() argument 1429 if (!validate_secondary_dex_path(pkgname, dex_path, volume_uuid, uid, storage_flag)) { in process_secondary_dex_dexopt() 1492 const char* volume_uuid, const char* shared_libraries, const char* se_info) { in dexopt() argument 1509 if (process_secondary_dex_dexopt(dex_path, pkgname, dexopt_flags, volume_uuid, uid, in dexopt() 1684 const std::unique_ptr<std::string>& volume_uuid, int storage_flag, in reconcile_secondary_dex_file() argument 1693 const char* volume_uuid_cstr = volume_uuid == nullptr ? nullptr : volume_uuid->c_str(); in reconcile_secondary_dex_file()
|
D | InstalldNativeService.cpp | 1818 const char* volume_uuid = uuid ? uuid->c_str() : nullptr; in dexopt() local 1822 oat_dir, dexFlags, compiler_filter, volume_uuid, shared_libraries, se_info); in dexopt()
|
/frameworks/native/cmds/installd/binder/android/os/ |
D | IInstalld.aidl | 80 int uid, in @utf8InCpp String[] isas, @nullable @utf8InCpp String volume_uuid, in reconcileSecondaryDexFile() argument
|