Home
last modified time | relevance | path

Searched refs:Readlink (Results 1 – 11 of 11) sorted by relevance

/system/core/debuggerd/libdebuggerd/
Dopen_files_list.cpp55 if (android::base::Readlink(path, &target)) { in populate_open_files_list()
/system/core/base/include/android-base/
Dfile.h68 bool Readlink(const std::string& path, std::string* result);
/system/core/base/
Dfile_test.cpp132 TEST(file, Readlink) { in TEST() argument
153 ASSERT_TRUE(android::base::Readlink(min_path, &result)); in TEST()
157 ASSERT_TRUE(android::base::Readlink(max_path, &result)); in TEST()
Dfile.cpp227 bool Readlink(const std::string& path, std::string* result) { in Readlink() function
267 android::base::Readlink("/proc/self/exe", &path); in GetExecutablePath()
/system/core/init/
Ddevices.cpp43 using android::base::Readlink;
357 Readlink(link, &link_path) && link_path != devpath) { in HandleDevice()
368 if (Readlink(link, &link_path) && link_path == devpath) { in HandleDevice()
/system/vold/
DProcess.cpp66 if (android::base::Readlink(path, &res)) { in checkSymlink()
/system/extras/simpleperf/
Dgtest_main.cpp135 if (!android::base::Readlink("/proc/self/exe", &executable_path)) { in ScopedWorkloadExecutable()
Denvironment.cpp502 if (!android::base::Readlink(fd_path + file, &real_path)) { in HasOpenedAppApkFile()
590 if (!android::base::Readlink("/proc/self/exe", &simpleperf_path)) { in RunInAppContext()
/system/update_engine/common/
Dtest_utils.cc106 string Readlink(const string& path) { in Readlink() function
Dtest_utils.h96 std::string Readlink(const std::string& path);
/system/update_engine/payload_consumer/
Dpostinstall_runner_action_unittest.cc109 test_utils::Readlink(base::StringPrintf( in SuspendRunningAction()