Searched refs:validate_secondary_dex_path (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/frameworks/native/cmds/installd/tests/ |
H A D | installd_utils_test.cpp | 442 EXPECT_TRUE(validate_secondary_dex_path(package_name, dex_path, /*volume_uuid*/ nullptr, uid, in pass_secondary_dex_validation() 449 EXPECT_FALSE(validate_secondary_dex_path(package_name, dex_path, /*volume_uuid*/ nullptr, uid, in fail_secondary_dex_validation()
|
/aosp_15_r20/frameworks/native/cmds/installd/ |
H A D | utils.h | 160 bool validate_secondary_dex_path(const std::string& pkgname, const std::string& dex_path,
|
H A D | dexopt.cpp | 1671 if (!validate_secondary_dex_path(pkgname, dex_path, volume_uuid, uid, storage_flag)) { in process_secondary_dex_dexopt() 2120 if (!validate_secondary_dex_path(pkgname, dex_path, volume_uuid_cstr, in reconcile_secondary_dex_file() 2250 if (!validate_secondary_dex_path(pkgname, dex_path, volume_uuid_cstr, uid, storage_flag)) { in hash_secondary_dex_file()
|
H A D | utils.cpp | 1091 bool validate_secondary_dex_path(const std::string& pkgname, const std::string& dex_path, in validate_secondary_dex_path() function
|