Searched defs:path (Results 1 – 11 of 11) sorted by relevance
/art/runtime/base/unix_file/ |
D | fd_file.cc | 36 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()
|
D | random_access_file_test.h | 46 std::string path; in GetTmpPath() local
|
/art/test/138-duplicate-classes-check2/src/ |
D | FancyLoader.java | 142 File path = new File(pathName); in findClassNonDalvik() local
|
/art/test/068-classloader/src/ |
D | FancyLoader.java | 141 File path = new File(pathName); in findClassNonDalvik() local
|
/art/test/138-duplicate-classes-check/src/ |
D | FancyLoader.java | 142 File path = new File(pathName); in findClassNonDalvik() local
|
/art/runtime/native/ |
D | java_lang_VMClassLoader.cc | 82 const std::vector<const DexFile*>& path = in VMClassLoader_getBootClassPathResource() local
|
/art/runtime/ |
D | java_vm_ext.cc | 58 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()
|
D | dex_file.cc | 1036 UniqueCPtr<const char[]> path(realpath(base_location.c_str(), nullptr)); in GetDexCanonicalLocation() local
|
/art/tools/ |
D | checker.py | 740 def FindCheckFiles(path): argument
|
/art/test/MyClassNatives/ |
D | MyClassNatives.java | 36 synchronized native Object []getSinkPropertiesNative(String path); in getSinkPropertiesNative()
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 661 const std::vector<const DexFile*>& path = runtime->GetClassLinker()->GetBootClassPath(); in UnstartedSecurityGetSecurityPropertiesReader() local
|