Searched defs:dex_path (Results 1 – 11 of 11) sorted by relevance
/aosp12/frameworks/native/cmds/installd/ |
H A D | dexopt.cpp | 883 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 D | utils.cpp | 289 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 D | InstalldNativeService.cpp | 1523 char dex_path[PKG_PATH_MAX]; in rmdex() local
|
/aosp12/art/libnativeloader/ |
H A D | library_namespaces.cpp | 99 ApkOrigin GetApkOriginFromDexPath(const std::string& dex_path) { in GetApkOriginFromDexPath() 177 std::string dex_path; in Create() local
|
H A D | native_loader.cpp | 143 jstring dex_path, in CreateClassLoaderNamespaceLocked() 187 bool is_shared, jstring dex_path, jstring library_path, in CreateClassLoaderNamespace()
|
H A D | native_loader_lazy.cpp | 48 bool is_shared, jstring dex_path, jstring library_path, in CreateClassLoaderNamespace()
|
H A D | native_loader_test.cpp | 177 std::string dex_path = "/data/app/foo/classes.dex"; member in android::nativeloader::NativeLoaderTest_Create
|
/aosp12/art/openjdkjvmti/ |
H A D | ti_search.cc | 360 ScopedLocalRef<jstring> dex_path(env, env->NewStringUTF(segment)); in AddToDexClassLoader() local
|
/aosp12/frameworks/native/cmds/installd/tests/ |
H A D | installd_utils_test.cpp | 433 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 D | installd_dexopt_test.cpp | 540 const std::string& dex_path, in GetPrimaryDexArtifact()
|
/aosp12/art/runtime/ |
H A D | class_loader_context.cc | 899 for (const std::string& dex_path : info->classpath) { in FlattenDexPaths() local
|