Home
last modified time | relevance | path

Searched defs:dex_path (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/native/cmds/installd/
H A Ddexopt.cpp883 static bool validate_dex_path_size(const std::string& dex_path) { in validate_dex_path_size()
985 const std::string& dex_path, const char* profile_name, bool profile_guided, in maybe_open_reference_profile()
1261 static bool prepare_secondary_dex_oat_dir(const std::string& dex_path, int uid, in prepare_secondary_dex_oat_dir()
1309 static bool process_secondary_dexoptanalyzer_result(const std::string& dex_path, int result, in process_secondary_dexoptanalyzer_result()
1368 static SecondaryDexAccess check_secondary_dex_access(const std::string& dex_path) { in check_secondary_dex_access()
1499 for (const std::string& dex_path : dex_paths) { in open_dex_paths() local
1535 static bool process_secondary_dex_dexopt(const std::string& dex_path, const char* pkgname, in process_secondary_dex_dexopt()
1662 static std::string format_dexopt_error(int status, const char* dex_path) { in format_dexopt_error()
1673 int dexopt(const char* dex_path, uid_t uid, const char* pkgname, const char* instruction_set, in dexopt()
1932 bool reconcile_secondary_dex_file(const std::string& dex_path, in reconcile_secondary_dex_file()
[all …]
H A Dutils.cpp289 static bool get_secondary_dex_location(const std::string& dex_path, in get_secondary_dex_location()
881 bool validate_secondary_dex_path(const std::string& pkgname, const std::string& dex_path, in validate_secondary_dex_path()
H A DInstalldNativeService.cpp1523 char dex_path[PKG_PATH_MAX]; in rmdex() local
/aosp12/art/libnativeloader/
H A Dlibrary_namespaces.cpp99 ApkOrigin GetApkOriginFromDexPath(const std::string& dex_path) { in GetApkOriginFromDexPath()
177 std::string dex_path; in Create() local
H A Dnative_loader.cpp143 jstring dex_path, in CreateClassLoaderNamespaceLocked()
187 bool is_shared, jstring dex_path, jstring library_path, in CreateClassLoaderNamespace()
H A Dnative_loader_lazy.cpp48 bool is_shared, jstring dex_path, jstring library_path, in CreateClassLoaderNamespace()
H A Dnative_loader_test.cpp177 std::string dex_path = "/data/app/foo/classes.dex"; member in android::nativeloader::NativeLoaderTest_Create
/aosp12/art/openjdkjvmti/
H A Dti_search.cc360 ScopedLocalRef<jstring> dex_path(env, env->NewStringUTF(segment)); in AddToDexClassLoader() local
/aosp12/frameworks/native/cmds/installd/tests/
H A Dinstalld_utils_test.cpp433 const std::string& dex_path, int uid, int storage_flag) { in pass_secondary_dex_validation()
440 const std::string& dex_path, int uid, int storage_flag) { in fail_secondary_dex_validation()
H A Dinstalld_dexopt_test.cpp540 const std::string& dex_path, in GetPrimaryDexArtifact()
/aosp12/art/runtime/
H A Dclass_loader_context.cc899 for (const std::string& dex_path : info->classpath) { in FlattenDexPaths() local