Home
last modified time | relevance | path

Searched defs:path (Results 26 – 48 of 48) sorted by relevance

12

/art/runtime/gc/
Dheap_verification_test.cc177 std::string path = v->FirstPathFromRootSet(str); in TEST_F() local
/art/test/692-vdex-inmem-loader/
Dvdex_inmem_loader.cc33 const char* path = env->GetStringUTFChars(jpath, nullptr); in Java_Main_setProcessDataDir() local
/art/tools/ahat/src/main/com/android/ahat/
DObjectHandler.java257 List<PathElement> path = inst.getPathFromGcRoot(); in printGcRootPath() local
/art/libnativebridge/
Dnative_bridge_lazy.cc133 bool NativeBridgeIsPathSupported(const char* path) { in NativeBridgeIsPathSupported()
Dnative_bridge.cc572 bool NativeBridgeIsPathSupported(const char* path) { in NativeBridgeIsPathSupported()
/art/libnativeloader/
Dlibrary_namespaces.cpp220 ScopedUtfChars path(env, java_permitted_path); in Create() local
Dpublic_libraries.cpp208 std::string path(kI18nApexLibPath); in InitDefaultPublicLibraries() local
Dnative_loader_test.cpp234 bool NativeBridgeIsPathSupported(const char* path) { in NativeBridgeIsPathSupported()
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DAhatInstance.java629 List<PathElement> path = new ArrayList<PathElement>(); in getPathFromGcRoot() local
DParser.java911 public HprofBuffer(File path) throws IOException { in HprofBuffer()
/art/runtime/
Dhidden_api_test.cc506 static bool LoadDexFiles(const std::string& path, in LoadDexFiles()
539 static bool Remove(const std::string& path, /*out*/ std::string* error_msg) { in Remove()
Dclass_loader_context.cc598 for (const std::string& path : class_loader_chain_->classpath) { in EncodeClassPathContexts() local
1274 static inline bool AbsolutePathHasRelativeSuffix(const std::string& path, in AbsolutePathHasRelativeSuffix()
Dvdex_file.cc393 bool VdexFile::WriteToDisk(const std::string& path, in WriteToDisk()
/art/libartbase/base/
Dfile_utils.cc475 bool LocationIsOnSystem(const char* path) { in LocationIsOnSystem()
/art/test/674-hiddenapi/
Dhiddenapi.cc58 const char* path = utf.c_str(); in Java_Main_appendToBootClassLoader() local
/art/tools/common/
Dcommon.py503 def _AdbMkdir(self, path): argument
/art/libdexfile/dex/
Ddex_file_loader.cc196 UniqueCPtr<const char[]> path(realpath(base_location.c_str(), nullptr)); in GetDexCanonicalLocation() local
/art/tools/hiddenapi/
Dhiddenapi.cc714 void WriteTo(const std::string& path) { in WriteTo()
991 std::map<std::string, ApiList> OpenApiFile(const std::string& path) { in OpenApiFile()
/art/runtime/jit/
Dprofile_saver.cc851 for (const std::string& path : code_paths) { in AddTrackedLocationsToMap() local
/art/openjdkjvm/
DOpenjdkJvm.cc155 JNIEXPORT char* JVM_NativePath(char* path) { in JVM_NativePath()
/art/test/MyClassNatives/
DMyClassNatives.java65 synchronized native Object[] getSinkPropertiesNative(String path); in getSinkPropertiesNative()
197 synchronized native Object[] getSinkPropertiesNative_Fast(String path); in getSinkPropertiesNative_Fast()
/art/runtime/gc/space/
Dimage_space.cc1942 std::string path = GetBcpComponentPath(bcp_pos); in MatchNamedComponents() local
2420 for (const std::string& path : search_paths) { in LoadOrValidate() local
/art/tools/dmtracedump/
Dtracedump.cc1461 char path[FILENAME_MAX]; in createInclusiveProfileGraphNew() local

12