| /art/artd/ |
| D | file_utils_test.cc | 54 void CheckContent(const std::string& path, const std::string& expected_content) { in CheckContent() 63 static Result<std::unique_ptr<UncommittableFile>> Create(const std::string& path, in Create() 96 std::string path = scratch_dir_->GetPath() + "/file.tmp"; in TEST_F() local 110 std::string path = scratch_dir_->GetPath() + "/non_existent_dir/file.tmp"; in TEST_F() local 118 std::string path = scratch_dir_->GetPath() + "/file.tmp"; in TEST_F() local 127 std::string path = scratch_dir_->GetPath() + "/file.tmp"; in TEST_F() local 141 std::string path = scratch_dir_->GetPath() + "/file.tmp"; in TEST_F() local 315 std::string path = scratch_dir_->GetPath() + "/foo"; in TEST_F() local 322 std::string path = scratch_dir_->GetPath() + "/foo"; in TEST_F() local
|
| D | file_utils.cc | 51 void UnlinkIfExists(const std::string& path) { in UnlinkIfExists() 61 Result<std::unique_ptr<NewFile>> NewFile::Create(const std::string& path, in Create() 212 Result<std::unique_ptr<File>> OpenFileForReading(const std::string& path) { in OpenFileForReading() 229 Result<void> Chown(const std::string& path, const FsPermission& fs_permission) { in Chown()
|
| D | file_utils.h | 102 NewFile(const std::string& path, in NewFile()
|
| /art/odrefresh/ |
| D | odr_fs_utils.cc | 85 std::string path; in EnsureDirectoryExists() local 99 bool GetFreeSpace(const std::string& path, uint64_t* bytes) { in GetFreeSpace() 109 bool GetUsedSpace(const std::string& path, uint64_t* bytes) { in GetUsedSpace()
|
| D | odr_metrics.cc | 113 int32_t OdrMetrics::GetFreeSpaceMiB(const std::string& path) { in GetFreeSpaceMiB() 168 void OdrMetrics::WriteToFile(const std::string& path, const OdrMetrics* metrics) { in WriteToFile()
|
| D | odrefresh.cc | 237 std::string RewriteParentDirectoryIfNeeded(const std::string& path) { in RewriteParentDirectoryIfNeeded() 309 const std::function<T(const std::string& path, uint64_t size, const std::string& checksum)>& in GenerateComponents() 313 for (const std::string& path : jars) { in GenerateComponents() local 353 jars, [](const std::string& path, uint64_t size, const std::string& checksum) { in GenerateComponents() 368 for (const char* path : paths) { in ArtifactsExist() local 380 for (const char* path : paths) { in ArtifactsExist() local 463 for (auto& path : profile_paths) { in AddDex2OatProfile() local 588 std::string GetStagingLocation(const std::string& staging_dir, const std::string& path) { in GetStagingLocation() 833 [&](const std::string& path, uint64_t size, const std::string& checksum) { in GenerateSystemServerComponents() 991 std::string path = GetPrimaryBootImagePath(on_system, minimal, isa); in PrimaryBootImageExist() local [all …]
|
| /art/libarttools/tools/ |
| D | tools.cc | 67 const std::filesystem::path& path, in FullMatchRecursive() 93 bool FullMatch(const std::filesystem::path& pattern, const std::filesystem::path& path) { in FullMatch()
|
| D | tools_test.cc | 36 std::filesystem::path path(filename); in CreateFile() local
|
| /art/libnativeloader/ |
| D | open_system_library.cpp | 31 void* OpenSystemLibrary(const char* path, int flags) { in OpenSystemLibrary()
|
| 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()
|
| 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()
|
| /art/libartbase/base/ |
| D | file_utils.h | 212 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/tools/checker/ |
| D | checker.py | 72 def find_checker_files(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()
|
| /art/build/apex/ |
| D | art_apex_test.py | 99 def get(self, path): argument 141 def get(self, path): argument 216 def is_file(self, path): argument 226 def is_dir(self, path): argument 234 def check_file(self, path): argument 261 def arch_dirs_for_path(self, path, multilib=None): argument 809 def print_list_rec(path): argument 853 def print_tree_rec(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/libnativeloader/test/src/android/test/hostside/ |
| D | LibnativeloaderTest.java | 184 File path = new File(devicePath); in addPath() local 240 void pushPublicLibrariesFile(String path) throws DeviceNotAvailableException { in pushPublicLibrariesFile() 295 String path = partitionDir + "/framework/" + packageName + ".jar"; in pushSharedLib() local
|