Home
last modified time | relevance | path

Searched refs:storage_flag (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/cmds/installd/
Ddexopt.h111 const std::optional<std::string>& volumeUuid, int storage_flag,
116 int storage_flag, std::vector<uint8_t>* out_secondary_dex_hash);
Ddexopt.cpp1958 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 …]
Dutils.cpp885 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()
Dutils.h141 const char* volume_uuid, int uid, int storage_flag);
DInstalldNativeService.h150 const std::optional<std::string>& volumeUuid, int32_t storage_flag, bool* _aidl_return);
DInstalldNativeService.cpp2897 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/
Dinstalld_utils_test.cpp440 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()
Dinstalld_dexopt_test.cpp395 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/
DIInstalld.aidl98 int storage_flag); in reconcileSecondaryDexFile() argument