Home
last modified time | relevance | path

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

12

/art/libartbase/base/unix_file/
Dfd_file.cc48 FdFile::FdFile(int fd, const std::string& path, bool check_usage) in FdFile()
52 FdFile::FdFile(int fd, const std::string& path, bool check_usage, bool read_only_mode) in FdFile()
57 FdFile::FdFile(const std::string& path, int flags, mode_t mode, bool check_usage) in FdFile()
132 bool FdFile::Open(const std::string& path, int flags) { in Open()
136 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/main/com/android/ahat/
DSitePrinter.java28 List<Site> path = new ArrayList<Site>(); in printSite() local
DObjectHandler.java270 List<PathElement> path = inst.getPathFromGcRoot(); in printGcRootPath() local
/art/libartbase/base/
Dscoped_flock.h71 LockedFile(int fd, const std::string& path, bool check_usage, bool read_only_mode) in LockedFile()
Dscoped_flock.cc93 ScopedFlock LockedFile::DupOf(const int fd, const std::string& path, in DupOf()
/art/tools/checker/
Dchecker.py67 def FindCheckerFiles(path): argument
/art/test/164-resolution-trampoline-dex-cache/src/
DMain.java48 String path = location + "/" + TEST_NAME + (ex ? "-ex.jar" : ".jar"); in getClassLoaderFor() local
/art/test/068-classloader/src/
DFancyLoader.java140 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.cc128 const std::vector<const DexFile*>& path = in VMClassLoader_getBootClassPathEntries() local
/art/runtime/
Djava_vm_ext.cc69 SharedLibrary(JNIEnv* env, Thread* self, const std::string& path, void* handle, in SharedLibrary()
238 SharedLibrary* Get(const std::string& path) REQUIRES(Locks::jni_libraries_lock_) { in Get()
243 void Put(const std::string& path, SharedLibrary* library) in Put()
855 const std::string& path, in LoadNativeLibrary()
Dcommon_runtime_test.cc453 std::string path; in GetDexFileName() local
/art/tools/ahat/src/test/com/android/ahat/
DInstanceTest.java234 List<PathElement> path = target.getPathFromGcRoot(); in gcRootPath() local
289 List<PathElement> path = object.getPathFromGcRoot(); in gcRootPathNotWeak() local
/art/runtime/gc/
Dheap_verification_test.cc160 std::string path = v->FirstPathFromRootSet(str); in TEST_F() local
/art/runtime/base/
Dfile_utils.cc317 bool LocationIsOnSystem(const char* path) { in LocationIsOnSystem()
/art/tools/hiddenapi/
Dhiddenapi.cc243 bool OpenApiFile(const std::string& path, std::unordered_set<std::string>* list) { in OpenApiFile()
/art/test/674-hiddenapi/
Dhiddenapi.cc39 const char* path = utf.c_str(); in Java_Main_appendToBootClassLoader() local
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DAhatInstance.java525 List<PathElement> path = new ArrayList<PathElement>(); in getPathFromGcRoot() local
DParser.java855 public HprofBuffer(File path) throws IOException { in HprofBuffer()
/art/runtime/dex/
Dart_dex_file_loader.cc539 std::string path = DexFileLoader::GetDexCanonicalLocation(location.c_str()); in OpenCommon() local
/art/libdexfile/dex/
Ddex_file_loader.cc196 UniqueCPtr<const char[]> path(realpath(base_location.c_str(), nullptr)); in GetDexCanonicalLocation() local
/art/tools/common/
Dcommon.py505 def _AdbMkdir(self, path): argument
/art/openjdkjvm/
DOpenjdkJvm.cc159 JNIEXPORT char* JVM_NativePath(char* path) { in JVM_NativePath()

12