Home
last modified time | relevance | path

Searched defs:path (Results 1 – 11 of 11) 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/138-duplicate-classes-check2/src/
DFancyLoader.java142 File path = new File(pathName); in findClassNonDalvik() local
/art/test/068-classloader/src/
DFancyLoader.java141 File path = new File(pathName); in findClassNonDalvik() local
/art/test/138-duplicate-classes-check/src/
DFancyLoader.java142 File path = new File(pathName); in findClassNonDalvik() local
/art/runtime/native/
Djava_lang_VMClassLoader.cc82 const std::vector<const DexFile*>& path = in VMClassLoader_getBootClassPathResource() local
/art/runtime/
Djava_vm_ext.cc58 SharedLibrary(JNIEnv* env, Thread* self, const std::string& path, void* handle, in SharedLibrary()
202 SharedLibrary* Get(const std::string& path) { in Get()
207 void Put(const std::string& path, SharedLibrary* library) { in Put()
596 bool JavaVMExt::LoadNativeLibrary(JNIEnv* env, const std::string& path, jobject class_loader, in LoadNativeLibrary()
Ddex_file.cc1036 UniqueCPtr<const char[]> path(realpath(base_location.c_str(), nullptr)); in GetDexCanonicalLocation() local
/art/tools/
Dchecker.py740 def FindCheckFiles(path): argument
/art/test/MyClassNatives/
DMyClassNatives.java36 synchronized native Object []getSinkPropertiesNative(String path); in getSinkPropertiesNative()
/art/runtime/interpreter/
Dunstarted_runtime.cc661 const std::vector<const DexFile*>& path = runtime->GetClassLinker()->GetBootClassPath(); in UnstartedSecurityGetSecurityPropertiesReader() local