Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.h126 bool validate_secondary_dex_path(const std::string& pkgname, const std::string& dex_path,
Ddexopt.cpp1852 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()
Dutils.cpp815 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/
Dinstalld_utils_test.cpp424 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()