Searched refs:validate_secondary_dex_path (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/cmds/installd/ |
D | utils.h | 126 bool validate_secondary_dex_path(const std::string& pkgname, const std::string& dex_path,
|
D | dexopt.cpp | 1852 if (!validate_secondary_dex_path(pkgname, dex_path, volume_uuid, uid, storage_flag)) { in process_secondary_dex_dexopt() 2189 if (!validate_secondary_dex_path(pkgname.c_str(), dex_path.c_str(), volume_uuid_cstr, in reconcile_secondary_dex_file() 2316 if (!validate_secondary_dex_path(pkgname, dex_path, volume_uuid_cstr, uid, storage_flag)) { in hash_secondary_dex_file()
|
D | utils.cpp | 815 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 | 424 EXPECT_TRUE(validate_secondary_dex_path(package_name, dex_path, /*volume_uuid*/ nullptr, uid, in pass_secondary_dex_validation() 431 EXPECT_FALSE(validate_secondary_dex_path(package_name, dex_path, /*volume_uuid*/ nullptr, uid, in fail_secondary_dex_validation()
|