/art/libartbase/base/unix_file/ |
D | fd_file.cc | 48 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()
|
D | fd_file.h | 44 FdFile(const std::string& path, int flags, bool checkUsage) in FdFile()
|
D | random_access_file_test.h | 46 std::string path; in GetTmpPath() local
|
/art/tools/ahat/src/main/com/android/ahat/ |
D | SitePrinter.java | 28 List<Site> path = new ArrayList<Site>(); in printSite() local
|
D | ObjectHandler.java | 270 List<PathElement> path = inst.getPathFromGcRoot(); in printGcRootPath() local
|
/art/libartbase/base/ |
D | scoped_flock.h | 71 LockedFile(int fd, const std::string& path, bool check_usage, bool read_only_mode) in LockedFile()
|
D | scoped_flock.cc | 93 ScopedFlock LockedFile::DupOf(const int fd, const std::string& path, in DupOf()
|
/art/tools/checker/ |
D | checker.py | 67 def FindCheckerFiles(path): argument
|
/art/test/164-resolution-trampoline-dex-cache/src/ |
D | Main.java | 48 String path = location + "/" + TEST_NAME + (ex ? "-ex.jar" : ".jar"); in getClassLoaderFor() local
|
/art/test/068-classloader/src/ |
D | FancyLoader.java | 140 File path = new File(pathName); in findClassNonDalvik() local
|
/art/test/155-java-set-resolved-type/src/ |
D | Main.java | 75 String path = location + "/" + TEST_NAME + (ex ? "-ex.jar" : ".jar"); in getClassLoaderFor() local
|
/art/runtime/native/ |
D | java_lang_VMClassLoader.cc | 128 const std::vector<const DexFile*>& path = in VMClassLoader_getBootClassPathEntries() local
|
/art/runtime/ |
D | java_vm_ext.cc | 69 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()
|
D | common_runtime_test.cc | 453 std::string path; in GetDexFileName() local
|
/art/tools/ahat/src/test/com/android/ahat/ |
D | InstanceTest.java | 234 List<PathElement> path = target.getPathFromGcRoot(); in gcRootPath() local 289 List<PathElement> path = object.getPathFromGcRoot(); in gcRootPathNotWeak() local
|
/art/runtime/gc/ |
D | heap_verification_test.cc | 160 std::string path = v->FirstPathFromRootSet(str); in TEST_F() local
|
/art/runtime/base/ |
D | file_utils.cc | 317 bool LocationIsOnSystem(const char* path) { in LocationIsOnSystem()
|
/art/tools/hiddenapi/ |
D | hiddenapi.cc | 243 bool OpenApiFile(const std::string& path, std::unordered_set<std::string>* list) { in OpenApiFile()
|
/art/test/674-hiddenapi/ |
D | hiddenapi.cc | 39 const char* path = utf.c_str(); in Java_Main_appendToBootClassLoader() local
|
/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
D | AhatInstance.java | 525 List<PathElement> path = new ArrayList<PathElement>(); in getPathFromGcRoot() local
|
D | Parser.java | 855 public HprofBuffer(File path) throws IOException { in HprofBuffer()
|
/art/runtime/dex/ |
D | art_dex_file_loader.cc | 539 std::string path = DexFileLoader::GetDexCanonicalLocation(location.c_str()); in OpenCommon() local
|
/art/libdexfile/dex/ |
D | dex_file_loader.cc | 196 UniqueCPtr<const char[]> path(realpath(base_location.c_str(), nullptr)); in GetDexCanonicalLocation() local
|
/art/tools/common/ |
D | common.py | 505 def _AdbMkdir(self, path): argument
|
/art/openjdkjvm/ |
D | OpenjdkJvm.cc | 159 JNIEXPORT char* JVM_NativePath(char* path) { in JVM_NativePath()
|