/art/odrefresh/ |
D | odr_fs_utils.cc | 82 std::string path; in EnsureDirectoryExists() local 96 bool GetFreeSpace(const std::string& path, uint64_t* bytes) { in GetFreeSpace() 106 bool GetUsedSpace(const std::string& path, uint64_t* bytes) { in GetUsedSpace()
|
D | odr_metrics.cc | 92 int32_t OdrMetrics::GetFreeSpaceMiB(const std::string& path) { in GetFreeSpaceMiB() 134 void OdrMetrics::WriteToFile(const std::string& path, const OdrMetrics* metrics) { in WriteToFile()
|
D | odrefresh.cc | 208 std::string AndroidRootRewrite(const std::string& path) { in AndroidRootRewrite() 278 const std::function<T(const std::string& path, uint64_t size, const std::string& checksum)>& in GenerateComponents() 283 for (const std::string& path : jars) { in GenerateComponents() local 322 jars, [](const std::string& path, uint64_t size, const std::string& checksum) { in GenerateComponents() 337 for (const char* path : paths) { in ArtifactsExist() local 349 for (const char* path : paths) { in ArtifactsExist() local 415 for (auto& path : profile_paths) { in AddDex2OatProfileAndCompilerFilter() local 526 std::string GetStagingLocation(const std::string& staging_dir, const std::string& path) { in GetStagingLocation() 732 [&](const std::string& path, uint64_t size, const std::string& checksum) { in GenerateSystemServerComponents() 808 std::string path = GetBootImagePath(on_system, minimal, isa); in BootClasspathArtifactsExist() local [all …]
|
D | odr_metrics_test.cc | 48 const char* path = metrics_file_path_.c_str(); in MetricsFileExists() local 53 const char* path = metrics_file_path_.c_str(); in RemoveMetricsFile() local
|
D | odr_common.cc | 49 std::string QuotePath(std::string_view path) { in QuotePath()
|
/art/libartbase/base/ |
D | file_utils.h | 189 inline bool IsAbsoluteLocation(const std::string& path) { return !path.empty() && path[0] == '/'; } in IsAbsoluteLocation()
|
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 | 103 ScopedFlock LockedFile::DupOf(const int fd, const std::string& path, in DupOf()
|
/art/test/odsign/jni/ |
D | android_tests_odsign_ArtifactsSignedTest.cc | 36 ScopedUtfChars path(env, filePath); in Java_com_android_tests_odsign_ArtifactsSignedTest_hasFsverityNative() local
|
/art/tools/ahat/src/main/com/android/ahat/ |
D | SitePrinter.java | 28 List<Site> path = new ArrayList<Site>(); in printSite() local
|
/art/runtime/ |
D | prebuilt_tools_test.cc | 33 std::string path = GetAndroidTool(tool, isa); in CheckToolsExist() local
|
/art/test/odsign/src/com/android/tests/odsign/ |
D | ArtifactsSignedTest.java | 56 private static native boolean hasFsverityNative(@NonNull String path); in hasFsverityNative()
|
/art/libnativeloader/ |
D | native_loader.cpp | 121 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()
|
D | native_loader_lazy.cpp | 55 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/ |
D | checker.py | 72 def find_checker_files(path): argument
|
/art/build/apex/ |
D | art_apex_test.py | 97 def get(self, path): argument 139 def get(self, path): argument 214 def is_file(self, path): argument 222 def is_dir(self, path): argument 230 def check_file(self, path): argument 257 def arch_dirs_for_path(self, path, multilib=None): argument 797 def print_list_rec(path): argument 841 def print_tree_rec(path): argument
|
/art/libartbase/base/unix_file/ |
D | fd_file.cc | 148 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()
|
D | fd_file.h | 46 FdFile(const std::string& path, int flags, bool check_usage) in FdFile()
|
D | random_access_file_test.h | 46 std::string path; in GetTmpPath() local
|
/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/generate-boot-image/ |
D | generate-boot-image.cc | 91 std::string path = StringPrintf("%s/%s", dir.c_str(), isa.c_str()); in GenerateBootImage() 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/test/odsign/test-src/com/android/tests/odsign/ |
D | CompOsTestUtils.java | 73 public String checksumDirectoryContentPartial(String path) throws Exception { in checksumDirectoryContentPartial()
|
/art/imgdiag/ |
D | imgdiag_test.cc | 64 std::string path = GetArtBinDir() + '/' + kImgDiagBinaryName; in GetImgDiagFilePath() local
|