Home
last modified time | relevance | path

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

12

/art/libartbase/base/
Dfile_utils.h130 inline bool IsAbsoluteLocation(const std::string& path) { return !path.empty() && path[0] == '/'; } in IsAbsoluteLocation()
Dscoped_flock.h71 LockedFile(int fd, const std::string& path, bool check_usage, bool read_only_mode) in LockedFile()
Dscoped_flock.cc103 ScopedFlock LockedFile::DupOf(const int fd, const std::string& path, in DupOf()
Dcommon_art_test.cc152 std::filesystem::path path(argv.substr(0, argv.find('\0'))); in GetAndroidBuildTop() local
495 std::string path = executable_dir + "/art-gtest-jars-" + name + ext; in GetTestDexFileName() local
/art/tools/ahat/src/main/com/android/ahat/
DSitePrinter.java28 List<Site> path = new ArrayList<Site>(); in printSite() local
/art/runtime/
Dprebuilt_tools_test.cc33 std::string path = GetAndroidTool(tool, isa); in CheckToolsExist() local
/art/tools/checker/
Dchecker.py67 def FindCheckerFiles(path): argument
/art/build/apex/
Dart_apex_test.py88 def get(self, path): argument
155 def get(self, path): argument
197 def get(self, path): argument
272 def is_file(self, path): argument
280 def is_dir(self, path): argument
288 def check_file(self, path): argument
315 def arch_dirs_for_path(self, path): argument
864 def print_list_rec(path): argument
908 def print_tree_rec(path): argument
/art/libartbase/base/unix_file/
Dfd_file.cc148 FdFile::FdFile(int fd, const std::string& path, bool check_usage) in FdFile()
151 FdFile::FdFile(int fd, const std::string& path, bool check_usage, in FdFile()
164 FdFile::FdFile(const std::string& path, int flags, mode_t mode, in FdFile()
287 bool FdFile::Open(const std::string& path, int flags) { in Open()
291 bool FdFile::Open(const std::string& path, int flags, mode_t mode) { in Open()
Dfd_file.h44 FdFile(const std::string& path, int flags, bool check_usage) in FdFile()
Drandom_access_file_test.h46 std::string path; in GetTmpPath() local
/art/libnativeloader/
Dnative_loader_lazy.cpp60 void* OpenNativeLibrary(JNIEnv* env, int32_t target_sdk_version, const char* path, in OpenNativeLibrary()
89 void* OpenNativeLibraryInNamespace(struct NativeLoaderNamespace* ns, const char* path, in OpenNativeLibraryInNamespace()
Dnative_loader.cpp95 void* OpenNativeLibrary(JNIEnv* env, int32_t target_sdk_version, const char* path, in OpenNativeLibrary()
213 void* OpenNativeLibraryInNamespace(NativeLoaderNamespace* ns, const char* path, in OpenNativeLibraryInNamespace()
/art/test/164-resolution-trampoline-dex-cache/src/
DMain.java48 String path = location + "/" + TEST_NAME + (ex ? "-ex.jar" : ".jar"); in getClassLoaderFor() local
/art/test/068-classloader/src/
DFancyLoader.java140 File path = new File(pathName); in findClassNonDalvik() local
/art/test/155-java-set-resolved-type/src/
DMain.java75 String path = location + "/" + TEST_NAME + (ex ? "-ex.jar" : ".jar"); in getClassLoaderFor() local
/art/imgdiag/
Dimgdiag_test.cc64 std::string path = GetArtBinDir() + '/' + kImgDiagBinaryName; in GetImgDiagFilePath() local
/art/tools/signal_dumper/
Dsignal_dumper.cc98 std::string path = std::string(env_value) + kAddr2linePath; in FindAddr2line() local
105 std::string path = std::string(".") + kAddr2linePath; in FindAddr2line() local
116 std::string path = derived_top + kAddr2linePath; in FindAddr2line() local
/art/test/693-vdex-inmem-loader-evict/src/
DMain.java73 private static native void setProcessDataDir(String path); in setProcessDataDir()
/art/dexlayout/
Ddexdiag_test.cc42 std::string path = GetArtBinDir() + '/' + kDexDiagBinaryName; in GetDexDiagFilePath() local
/art/runtime/native/
Djava_lang_VMClassLoader.cc134 const std::vector<const DexFile*>& path = in VMClassLoader_getBootClassPathEntries() local
/art/tools/ahat/src/test/com/android/ahat/
DInstanceTest.java256 List<PathElement> path = target.getPathFromGcRoot(); in gcRootPath() local
311 List<PathElement> path = object.getPathFromGcRoot(); in gcRootPathNotWeak() local
/art/test/692-vdex-inmem-loader/src/
DMain.java122 private static native void setProcessDataDir(String path); in setProcessDataDir()
/art/oatdump/
Doatdump_test.h75 std::string path = GetArtBinDir() + '/' + name; in GetExecutableFilePath() local
/art/runtime/jni/
Djava_vm_ext.cc75 SharedLibrary(JNIEnv* env, Thread* self, const std::string& path, void* handle, in SharedLibrary()
262 SharedLibrary* Get(const std::string& path) REQUIRES(Locks::jni_libraries_lock_) { in Get()
267 void Put(const std::string& path, SharedLibrary* library) in Put()
896 const std::string& path, in LoadNativeLibrary()

12