Home
last modified time | relevance | path

Searched refs:Realpath (Results 1 – 14 of 14) sorted by relevance

/system/core/libcutils/
Dandroid_get_control_file.cpp81 if (!android::base::Realpath(path, &given_path)) return -1; in android_get_control_file()
93 if (!android::base::Realpath(proc, &fd_path)) return -1; in android_get_control_file()
/system/core/base/
Dfile_test.cpp198 TEST(file, Realpath) { in TEST() argument
208 ASSERT_TRUE(android::base::Realpath(path, &result)); in TEST()
215 ASSERT_TRUE(android::base::Realpath(path, &result)); in TEST()
223 ASSERT_TRUE(!android::base::Realpath(path, &result)); in TEST()
Dfile.cpp385 bool Realpath(const std::string& path, std::string* result) { in Realpath() function
/system/vold/
DIdleMaint.cpp44 using android::base::Realpath;
97 if (fs_type == "f2fs" && (Realpath(vol->getRawDmDevPath(), &gc_path) || in addFromVolumeManager()
98 Realpath(vol->getRawDevPath(), &gc_path))) { in addFromVolumeManager()
138 Realpath(android::vold::BlockDeviceForPath(entry.mount_point + "/"), &gc_path)) { in addFromFstab()
/system/core/base/include/android-base/
Dfile.h111 bool Realpath(const std::string& path, std::string* result);
/system/extras/simpleperf/simpleperf_app_runner/
Dsimpleperf_app_runner.cpp140 if (!android::base::Realpath(args[i + 1], &path) || in CheckSimpleperfArguments()
/system/core/fs_mgr/
Dfs_mgr_dm_linear.cpp68 if (!android::base::Realpath(path, result)) { in GetPhysicalPartitionDevicePath()
Dfs_mgr.cpp89 using android::base::Realpath;
162 if (!Realpath(blk_device, &real_path)) { in realpath()
/system/core/init/
Ddevices.cpp52 using android::base::Realpath;
208 if (Realpath(directory + "/subsystem", &subsystem_link_path) && in FindPlatformDevice()
/system/extras/partition_tools/
Dlpunpack.cc144 if (!android::base::Realpath(super_path, &abs_super_path)) { in main()
/system/core/fs_mgr/libfiemap_writer/
Dfiemap_writer.cpp584 if (!::android::base::Realpath(file_path, &abs_path)) { in Open()
Dfiemap_writer_test.cpp519 if (!android::base::Realpath(tempdir, &gTestDir)) { in main()
/system/gsid/
Dgsi_service.cpp452 if (!android::base::Realpath(origInstallDir, &params->installDir)) { in ValidateInstallParams()
/system/extras/perfprofd/tests/
Dperfprofd_test.cc1736 CHECK(android::base::Realpath(argv[0], &gExecutableRealpath)); in main()