Home
last modified time | relevance | path

Searched defs:path (Results 1 – 19 of 19) sorted by relevance

/art/runtime/base/unix_file/
Dfd_file.cc47 FdFile::FdFile(int fd, const std::string& path, bool check_usage) in FdFile()
51 FdFile::FdFile(int fd, const std::string& path, bool check_usage, bool read_only_mode) in FdFile()
56 FdFile::FdFile(const std::string& path, int flags, mode_t mode, bool check_usage) in FdFile()
130 bool FdFile::Open(const std::string& path, int flags) { in Open()
134 bool FdFile::Open(const std::string& path, int flags, mode_t mode) { in Open()
Dfd_file.h44 FdFile(const std::string& path, int flags, bool checkUsage) in FdFile()
Drandom_access_file_test.h46 std::string path; in GetTmpPath() local
/art/tools/ahat/src/
DSitePrinter.java28 List<Site> path = new ArrayList<Site>(); in printSite() local
DObjectHandler.java251 List<PathElement> path = inst.getPathFromGcRoot(); in printGcRootPath() local
/art/tools/checker/
Dchecker.py67 def FindCheckerFiles(path): argument
/art/test/068-classloader/src/
DFancyLoader.java140 File path = new File(pathName); in findClassNonDalvik() local
/art/test/138-duplicate-classes-check2/src/
DFancyLoader.java141 File path = new File(pathName); in findClassNonDalvik() local
/art/test/155-java-set-resolved-type/src/
DMain.java75 String path = location + "/" + TEST_NAME + (ex ? "-ex.jar" : ".jar"); in getClassLoaderFor() local
/art/runtime/native/
Djava_lang_VMClassLoader.cc123 const std::vector<const DexFile*>& path = in VMClassLoader_getBootClassPathEntries() local
/art/runtime/
Djava_vm_ext.cc63 SharedLibrary(JNIEnv* env, Thread* self, const std::string& path, void* handle, in SharedLibrary()
227 SharedLibrary* Get(const std::string& path) REQUIRES(Locks::jni_libraries_lock_) { in Get()
232 void Put(const std::string& path, SharedLibrary* library) in Put()
767 const std::string& path, in LoadNativeLibrary()
Dcommon_runtime_test.cc505 std::string path; in GetDexFileName() local
Ddex_file.cc1223 UniqueCPtr<const char[]> path(realpath(base_location.c_str(), nullptr)); in GetDexCanonicalLocation() local
/art/tools/ahat/src/heapdump/
DAhatInstance.java387 List<PathElement> path = new ArrayList<PathElement>(); in getPathFromGcRoot() local
/art/tools/ahat/test/
DInstanceTest.java247 List<PathElement> path = target.getPathFromGcRoot(); in gcRootPath() local
/art/tools/common/
Dcommon.py505 def _AdbMkdir(self, path): argument
/art/runtime/openjdkjvm/
DOpenjdkJvm.cc158 JNIEXPORT char* JVM_NativePath(char* path) { in JVM_NativePath()
/art/test/MyClassNatives/
DMyClassNatives.java65 synchronized native Object[] getSinkPropertiesNative(String path); in getSinkPropertiesNative()
199 synchronized native Object[] getSinkPropertiesNative_Fast(String path); in getSinkPropertiesNative_Fast()
/art/tools/dmtracedump/
Dtracedump.cc1461 char path[FILENAME_MAX]; in createInclusiveProfileGraphNew() local