Searched refs:validate_secondary_dex_path (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/cmds/installd/ |
D | utils.h | 140 bool validate_secondary_dex_path(const std::string& pkgname, const std::string& dex_path,
|
D | dexopt.cpp | 1900 if (!validate_secondary_dex_path(pkgname, dex_path, volume_uuid, uid, storage_flag)) { in process_secondary_dex_dexopt() 2262 if (!validate_secondary_dex_path(pkgname, dex_path, volume_uuid_cstr, in reconcile_secondary_dex_file() 2389 if (!validate_secondary_dex_path(pkgname, dex_path, volume_uuid_cstr, uid, storage_flag)) { in hash_secondary_dex_file()
|
D | utils.cpp | 881 bool validate_secondary_dex_path(const std::string& pkgname, const std::string& dex_path, in validate_secondary_dex_path() function
|
/frameworks/native/cmds/installd/tests/ |
D | installd_utils_test.cpp | 426 EXPECT_TRUE(validate_secondary_dex_path(package_name, dex_path, /*volume_uuid*/ nullptr, uid, in pass_secondary_dex_validation() 433 EXPECT_FALSE(validate_secondary_dex_path(package_name, dex_path, /*volume_uuid*/ nullptr, uid, in fail_secondary_dex_validation()
|