Searched refs:storage_flag (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/cmds/installd/ |
D | dexopt.h | 98 const std::unique_ptr<std::string>& volumeUuid, int storage_flag, 103 int storage_flag, std::vector<uint8_t>* out_secondary_dex_hash);
|
D | dexopt.cpp | 1830 int storage_flag; in process_secondary_dex_dexopt() local 1831 if (!validate_dexopt_storage_flags(dexopt_flags, &storage_flag, error_msg)) { in process_secondary_dex_dexopt() 1852 if (!validate_secondary_dex_path(pkgname, dex_path, volume_uuid, uid, storage_flag)) { in process_secondary_dex_dexopt() 2167 const std::unique_ptr<std::string>& volume_uuid, int storage_flag, in reconcile_secondary_dex_file() argument 2175 if (storage_flag != FLAG_STORAGE_CE && storage_flag != FLAG_STORAGE_DE) { in reconcile_secondary_dex_file() 2177 << storage_flag; in reconcile_secondary_dex_file() 2190 uid, storage_flag)) { in reconcile_secondary_dex_file() 2289 const std::unique_ptr<std::string>& volume_uuid, int storage_flag, in hash_secondary_dex_file() argument 2295 if (storage_flag != FLAG_STORAGE_CE && storage_flag != FLAG_STORAGE_DE) { in hash_secondary_dex_file() 2297 << storage_flag; in hash_secondary_dex_file() [all …]
|
D | utils.cpp | 816 const char* volume_uuid, int uid, int storage_flag) { in validate_secondary_dex_path() argument 817 CHECK(storage_flag == FLAG_STORAGE_CE || storage_flag == FLAG_STORAGE_DE); in validate_secondary_dex_path() 831 std::string app_private_dir = storage_flag == FLAG_STORAGE_CE in validate_secondary_dex_path()
|
D | utils.h | 127 const char* volume_uuid, int uid, int storage_flag);
|
D | InstalldNativeService.h | 131 const std::unique_ptr<std::string>& volumeUuid, int32_t storage_flag, bool* _aidl_return);
|
D | InstalldNativeService.cpp | 2553 int32_t storage_flag, bool* _aidl_return) { in reconcileSecondaryDexFile() argument 2561 dexPath, packageName, uid, isas, volumeUuid, storage_flag, _aidl_return); in reconcileSecondaryDexFile()
|
/frameworks/native/cmds/installd/tests/ |
D | installd_utils_test.cpp | 423 const std::string& dex_path, int uid, int storage_flag) { in pass_secondary_dex_validation() argument 425 storage_flag)) in pass_secondary_dex_validation() 430 const std::string& dex_path, int uid, int storage_flag) { in fail_secondary_dex_validation() argument 432 storage_flag)) in fail_secondary_dex_validation()
|
D | installd_dexopt_test.cpp | 298 void reconcile_secondary_dex(const std::string& path, int32_t storage_flag, in reconcile_secondary_dex() argument 313 storage_flag, in reconcile_secondary_dex()
|
/frameworks/native/cmds/installd/binder/android/os/ |
D | IInstalld.aidl | 94 int storage_flag); in reconcileSecondaryDexFile() argument
|