Home
last modified time | relevance | path

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

123

/art/odrefresh/
Dodr_fs_utils.cc77 std::string path; in EnsureDirectoryExists() local
91 bool GetFreeSpace(const std::string& path, uint64_t* bytes) { in GetFreeSpace()
101 bool GetUsedSpace(const std::string& path, uint64_t* bytes) { in GetUsedSpace()
Dodr_metrics.cc92 int32_t OdrMetrics::GetFreeSpaceMiB(const std::string& path) { in GetFreeSpaceMiB()
134 void OdrMetrics::WriteToFile(const std::string& path, const OdrMetrics* metrics) { in WriteToFile()
Dodr_metrics_test.cc48 const char* path = metrics_file_path_.c_str(); in MetricsFileExists() local
53 const char* path = metrics_file_path_.c_str(); in RemoveMetricsFile() local
/art/libartbase/base/
Dfile_utils.h166 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.cc154 std::filesystem::path path(argv.substr(0, argv.find('\0'))); in GetAndroidBuildTop() local
516 std::string path = executable_dir + "/art-gtest-jars-" + name + ext; in GetTestDexFileName() local
561 std::string path; in GetImageDirectory() local
/art/test/odsign/jni/
Dandroid_tests_odsign_ArtifactsSignedTest.cc36 ScopedUtfChars path(env, filePath); in Java_com_android_tests_odsign_ArtifactsSignedTest_hasFsverityNative() 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
Dsdk_checker.cc36 for (const std::string& path : dex_file_paths) { in Create() local
/art/test/odsign/src/com/android/tests/odsign/
DArtifactsSignedTest.java60 private static native boolean hasFsverityNative(@NonNull String path); in hasFsverityNative()
/art/libnativeloader/
Dnative_loader.cpp121 Result<void*> TryLoadNativeloaderExtraLib(const char* path) { in TryLoadNativeloaderExtraLib()
209 void* OpenNativeLibrary(JNIEnv* env, int32_t target_sdk_version, const char* path, in OpenNativeLibrary()
352 void* OpenNativeLibraryInNamespace(NativeLoaderNamespace* ns, const char* path, in OpenNativeLibraryInNamespace()
Dnative_loader_lazy.cpp55 void* OpenNativeLibrary(JNIEnv* env, int32_t target_sdk_version, const char* path, in OpenNativeLibrary()
84 void* OpenNativeLibraryInNamespace(struct NativeLoaderNamespace* ns, const char* path, in OpenNativeLibraryInNamespace()
/art/tools/checker/
Dchecker.py72 def find_checker_files(path): argument
/art/build/apex/
Dart_apex_test.py90 def get(self, path): argument
132 def get(self, path): argument
207 def is_file(self, path): argument
215 def is_dir(self, path): argument
223 def check_file(self, path): argument
250 def arch_dirs_for_path(self, path): argument
794 def print_list_rec(path): argument
838 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.h46 FdFile(const std::string& path, int flags, bool check_usage) in FdFile()
Drandom_access_file_test.h46 std::string path; in GetTmpPath() local
/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()

123