Searched refs:storage_flag (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/cmds/installd/ |
D | dexopt.h | 111 const std::optional<std::string>& volumeUuid, int storage_flag, 116 int storage_flag, std::vector<uint8_t>* out_secondary_dex_hash);
|
D | dexopt.cpp | 1958 int storage_flag; in process_secondary_dex_dexopt() local 1959 if (!validate_dexopt_storage_flags(dexopt_flags, &storage_flag, error_msg)) { in process_secondary_dex_dexopt() 1980 if (!validate_secondary_dex_path(pkgname, dex_path, volume_uuid, uid, storage_flag)) { in process_secondary_dex_dexopt() 2328 const std::optional<std::string>& volume_uuid, int storage_flag, in reconcile_secondary_dex_file() argument 2336 if (storage_flag != FLAG_STORAGE_CE && storage_flag != FLAG_STORAGE_DE) { in reconcile_secondary_dex_file() 2338 << storage_flag; in reconcile_secondary_dex_file() 2351 uid, storage_flag)) { in reconcile_secondary_dex_file() 2450 const std::optional<std::string>& volume_uuid, int storage_flag, in hash_secondary_dex_file() argument 2456 if (storage_flag != FLAG_STORAGE_CE && storage_flag != FLAG_STORAGE_DE) { in hash_secondary_dex_file() 2458 << storage_flag; in hash_secondary_dex_file() [all …]
|
D | utils.cpp | 885 const char* volume_uuid, int uid, int storage_flag) { in validate_secondary_dex_path() argument 886 CHECK(storage_flag == FLAG_STORAGE_CE || storage_flag == FLAG_STORAGE_DE); in validate_secondary_dex_path() 900 std::string app_private_dir = storage_flag == FLAG_STORAGE_CE in validate_secondary_dex_path()
|
D | utils.h | 141 const char* volume_uuid, int uid, int storage_flag);
|
D | InstalldNativeService.h | 150 const std::optional<std::string>& volumeUuid, int32_t storage_flag, bool* _aidl_return);
|
D | InstalldNativeService.cpp | 2897 int32_t storage_flag, bool* _aidl_return) { in reconcileSecondaryDexFile() argument 2905 dexPath, packageName, uid, isas, volumeUuid, storage_flag, _aidl_return); in reconcileSecondaryDexFile()
|
/frameworks/native/cmds/installd/tests/ |
D | installd_utils_test.cpp | 440 const std::string& dex_path, int uid, int storage_flag) { in pass_secondary_dex_validation() argument 442 storage_flag)) in pass_secondary_dex_validation() 447 const std::string& dex_path, int uid, int storage_flag) { in fail_secondary_dex_validation() argument 449 storage_flag)) in fail_secondary_dex_validation()
|
D | installd_dexopt_test.cpp | 395 void reconcile_secondary_dex(const std::string& path, int32_t storage_flag, in reconcile_secondary_dex() argument 410 storage_flag, in reconcile_secondary_dex()
|
/frameworks/native/cmds/installd/binder/android/os/ |
D | IInstalld.aidl | 98 int storage_flag); in reconcileSecondaryDexFile() argument
|