Searched defs:path (Results 1 – 7 of 7) 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/068-classloader/src/ |
| D | FancyLoader.java | 141 File path = new File(pathName); in findClassNonDalvik() local
|
| /art/runtime/native/ |
| D | java_lang_VMClassLoader.cc | 78 …const std::vector<const DexFile*>& path = Runtime::Current()->GetClassLinker()->GetBootClassPath(); in VMClassLoader_getBootClassPathResource() local
|
| /art/runtime/ |
| D | dex_file.cc | 973 UniqueCPtr<const char[]> path(realpath(base_location.c_str(), nullptr)); in GetDexCanonicalLocation() local
|
| D | jni_internal.cc | 352 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/ |
| D | MyClassNatives.java | 36 synchronized native Object []getSinkPropertiesNative(String path); in getSinkPropertiesNative()
|