/aosp12/frameworks/base/services/core/java/com/android/server/pm/dex/ |
H A D | DexoptUtils.java | 110 String classpath = baseClassPath; in getClassLoaderContexts() local 288 private static String encodeClasspath(String classpath, String newElement) { in encodeClasspath() 298 /*package*/ static String encodeClassLoader(String classpath, String classLoaderName) { in encodeClassLoader() 314 private static String encodeClassLoader(String classpath, String classLoaderName, in encodeClassLoader() 376 String classpath = encodeClasspath(classPaths.get(i).split(File.pathSeparator)); in processContextForDexLoad() local
|
H A D | ArtManagerService.java | 264 private void createProfileSnapshot(String packageName, String profileName, String classpath, in createProfileSnapshot() 338 String classpath = String.join(":", Os.getenv("BOOTCLASSPATH"), in snapshotBootImageProfile() local
|
/aosp12/art/odrefresh/ |
H A D | odr_config.h | 124 void SetDex2oatBootclasspath(const std::string& classpath) { in SetDex2oatBootclasspath() 131 void SetSystemServerClasspath(const std::string& classpath) { in SetSystemServerClasspath()
|
/aosp12/art/tools/ |
H A D | run-libcore-tests.py | 119 def get_jar_filename(classpath): argument
|
/aosp12/art/runtime/native/ |
H A D | dalvik_system_BaseDexClassLoader.cc | 52 const std::string& classpath = classpath_to_context.first; in BaseDexClassLoader_computeClassLoaderContextsNative() local
|
/aosp12/packages/modules/SdkExtensions/derive_classpath/ |
H A D | derive_classpath_test.cpp | 75 void CheckClasspathGroupOrder(const std::string classpath, in CheckClasspathGroupOrder() 100 Classpath classpath) { in AddJarToClasspath()
|
H A D | derive_classpath.cpp | 179 const Classpath classpath = jar.classpath(); in ParseFragments() local
|
/aosp12/build/soong/java/ |
H A D | droiddoc.go | 595 …oclavaDocsFlags(ctx android.ModuleContext, cmd *android.RuleBuilderCommand, docletPath classpath) { 714 classpath classpath, sourcepaths android.Paths) *android.RuleBuilderCommand { argument 731 outDir, srcJarDir, srcJarList android.Path, bootclasspath, classpath classpath, argument 752 outDir, srcJarDir android.Path, bootclasspath, classpath classpath) *android.RuleBuilderCommand { argument
|
H A D | classpath_fragment.go | 86 classpath classpathType member
|
H A D | builder.go | 252 classpath classpath member 596 type classpath android.Paths type
|
H A D | droidstubs.go | 395 …srcJarList android.Path, bootclasspath, classpath classpath, homeDir android.WritablePath) *androi… argument
|
H A D | lint.go | 73 classpath android.Paths member
|
H A D | java.go | 304 classpath []string member 353 classpath classpath member
|
/aosp12/art/runtime/ |
H A D | class_loader_context_test.cc | 52 const std::string& classpath) { in VerifyClassLoaderPCL() 59 const std::string& classpath) { in VerifyClassLoaderDLC() 66 const std::string& classpath) { in VerifyClassLoaderIMC() 74 const std::string& classpath) { in VerifyClassLoaderSharedLibraryPCL() 83 const std::string& classpath) { in VerifyClassLoaderSharedLibraryIMC() 101 const std::string& classpath) { in VerifyClassLoaderSharedLibraryDLC() 338 const std::string& classpath) { in VerifyClassLoaderInfo() 352 const std::string& classpath) { in VerifyClassLoaderInfoSL() 369 const std::string& classpath = "") { in VerifyClassLoaderFromTestDex()
|
H A D | class_loader_context.h | 230 std::vector<std::string> classpath; member
|
H A D | class_loader_context.cc | 199 std::string classpath = class_loader_spec.substr(type_str_size + 1, in ParseClassLoaderSpec() local 753 static std::string FlattenClasspath(const std::vector<std::string>& classpath) { in FlattenClasspath()
|
/aosp12/art/tools/bisection_search/ |
H A D | bisection_search.py | 353 def PrepareBaseCommand(args, classpath): argument
|
/aosp12/art/libartbase/base/ |
H A D | common_art_test.cc | 580 std::string classpath = dex_files[0]->GetLocation(); in CreateClassPath() local 590 std::string classpath = dex_files[0]->GetLocation() + "*" + in CreateClassPathWithChecksums() local
|
/aosp12/frameworks/native/cmds/installd/ |
H A D | dexopt.cpp | 2406 bool open_classpath_files(const std::string& classpath, std::vector<unique_fd>* apk_fds, in open_classpath_files() 2425 const std::string& classpath) { in create_app_profile_snapshot() 2485 const std::string& classpath) { in create_boot_image_profile_snapshot() 2596 const std::string& profile_name, const std::string& classpath) { in create_profile_snapshot()
|
/aosp12/art/tools/common/ |
H A D | common.py | 480 def PushClasspath(self, classpath): argument
|
/aosp12/frameworks/native/cmds/installd/binder/android/os/ |
H A D | IInstalld.aidl | 81 @utf8InCpp String profileName, @utf8InCpp String classpath); in createProfileSnapshot()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | Installer.java | 733 String classpath) throws InstallerException { in createProfileSnapshot()
|
/aosp12/art/tools/hiddenapi/ |
H A D | hiddenapi.cc | 460 Hierarchy(ClassPath& classpath, bool fragment, bool verbose) : classpath_(classpath) { in Hierarchy()
|
/aosp12/frameworks/native/cmds/installd/tests/ |
H A D | installd_dexopt_test.cpp | 1284 void createBootImageProfileSnapshot(const std::string& classpath, bool expected_result) { in createBootImageProfileSnapshot()
|
/aosp12/art/dex2oat/ |
H A D | dex2oat_test.cc | 947 const char* classpath = oat_file.GetOatHeader().GetStoreValueByKey(OatHeader::kClassPathKey); in RunTest() local
|