Home
last modified time | relevance | path

Searched refs:validate_secondary_dex_path (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/native/cmds/installd/tests/
H A Dinstalld_utils_test.cpp442 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 Dutils.h160 bool validate_secondary_dex_path(const std::string& pkgname, const std::string& dex_path,
H A Ddexopt.cpp1671 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 Dutils.cpp1091 bool validate_secondary_dex_path(const std::string& pkgname, const std::string& dex_path, in validate_secondary_dex_path() function