Searched refs:Readlink (Results 1 – 11 of 11) sorted by relevance
/system/core/debuggerd/libdebuggerd/ |
D | open_files_list.cpp | 55 if (android::base::Readlink(path, &target)) { in populate_open_files_list()
|
/system/core/base/include/android-base/ |
D | file.h | 68 bool Readlink(const std::string& path, std::string* result);
|
/system/core/base/ |
D | file_test.cpp | 132 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()
|
D | file.cpp | 227 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/ |
D | devices.cpp | 43 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/ |
D | Process.cpp | 66 if (android::base::Readlink(path, &res)) { in checkSymlink()
|
/system/extras/simpleperf/ |
D | gtest_main.cpp | 135 if (!android::base::Readlink("/proc/self/exe", &executable_path)) { in ScopedWorkloadExecutable()
|
D | environment.cpp | 502 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/ |
D | test_utils.cc | 106 string Readlink(const string& path) { in Readlink() function
|
D | test_utils.h | 96 std::string Readlink(const std::string& path);
|
/system/update_engine/payload_consumer/ |
D | postinstall_runner_action_unittest.cc | 109 test_utils::Readlink(base::StringPrintf( in SuspendRunningAction()
|