Home
last modified time | relevance | path

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

/art/runtime/base/unix_file/
Dfd_file.cc36 FdFile::FdFile(int fd, const std::string& path, bool check_usage) in FdFile()
86 bool FdFile::Open(const std::string& path, int flags) { in Open()
90 bool FdFile::Open(const std::string& path, int flags, mode_t mode) { in Open()
Drandom_access_file_test.h46 std::string path; in GetTmpPath() local
/art/test/068-classloader/src/
DFancyLoader.java141 File path = new File(pathName); in findClassNonDalvik() local
/art/runtime/native/
Djava_lang_VMClassLoader.cc78 …const std::vector<const DexFile*>& path = Runtime::Current()->GetClassLinker()->GetBootClassPath(); in VMClassLoader_getBootClassPathResource() local
/art/runtime/
Ddex_file.cc973 UniqueCPtr<const char[]> path(realpath(base_location.c_str(), nullptr)); in GetDexCanonicalLocation() local
Djni_internal.cc352 SharedLibrary(const std::string& path, void* handle, mirror::Object* class_loader) in SharedLibrary()
497 SharedLibrary* Get(const std::string& path) { in Get()
502 void Put(const std::string& path, SharedLibrary* library) { in Put()
3225 bool JavaVMExt::LoadNativeLibrary(const std::string& path, in LoadNativeLibrary()
/art/test/MyClassNatives/
DMyClassNatives.java36 synchronized native Object []getSinkPropertiesNative(String path); in getSinkPropertiesNative()