Searched refs:storage_flag (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/cmds/installd/ |
D | dexopt.h | 115 const std::optional<std::string>& volumeUuid, int storage_flag, 120 int storage_flag, std::vector<uint8_t>* out_secondary_dex_hash);
|
D | dexopt.cpp | 1645 int storage_flag; in process_secondary_dex_dexopt() local 1646 if (!validate_dexopt_storage_flags(dexopt_flags, &storage_flag, error_msg)) { in process_secondary_dex_dexopt() 1671 if (!validate_secondary_dex_path(pkgname, dex_path, volume_uuid, uid, storage_flag)) { in process_secondary_dex_dexopt() 2098 const std::optional<std::string>& volume_uuid, int storage_flag, in reconcile_secondary_dex_file() argument 2106 if (storage_flag != FLAG_STORAGE_CE && storage_flag != FLAG_STORAGE_DE) { in reconcile_secondary_dex_file() 2108 << storage_flag; in reconcile_secondary_dex_file() 2121 uid, storage_flag)) { in reconcile_secondary_dex_file() 2223 const std::optional<std::string>& volume_uuid, int storage_flag, in hash_secondary_dex_file() argument 2229 if (storage_flag != FLAG_STORAGE_CE && storage_flag != FLAG_STORAGE_DE) { in hash_secondary_dex_file() 2231 << storage_flag; in hash_secondary_dex_file() [all …]
|
D | utils.h | 161 const char* volume_uuid, int uid, int storage_flag);
|
D | utils.cpp | 1087 const char* volume_uuid, int uid, int storage_flag) { in validate_secondary_dex_path() argument 1088 CHECK(storage_flag == FLAG_STORAGE_CE || storage_flag == FLAG_STORAGE_DE); in validate_secondary_dex_path() 1102 std::string app_private_dir = storage_flag == FLAG_STORAGE_CE in validate_secondary_dex_path()
|
D | InstalldNativeService.h | 184 const std::optional<std::string>& volumeUuid, int32_t storage_flag, bool* _aidl_return);
|
D | InstalldNativeService.cpp | 3612 int32_t storage_flag, bool* _aidl_return) { in reconcileSecondaryDexFile() argument 3621 dexPath, packageName, uid, isas, volumeUuid, storage_flag, _aidl_return); in reconcileSecondaryDexFile()
|
/frameworks/native/cmds/installd/tests/ |
D | installd_utils_test.cpp | 438 const std::string& dex_path, int uid, int storage_flag) { in pass_secondary_dex_validation() argument 440 storage_flag)) in pass_secondary_dex_validation() 445 const std::string& dex_path, int uid, int storage_flag) { in fail_secondary_dex_validation() argument 447 storage_flag)) in fail_secondary_dex_validation()
|
D | installd_dexopt_test.cpp | 416 void reconcile_secondary_dex(const std::string& path, int32_t storage_flag, in reconcile_secondary_dex() argument 431 storage_flag, in reconcile_secondary_dex()
|
/frameworks/native/cmds/installd/binder/android/os/ |
D | IInstalld.aidl | 104 int storage_flag); in reconcileSecondaryDexFile() argument
|