HomeSort by relevance Sort by last modified time
    Searched refs:Readlink (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/jni/
fd_utils-inl.h 107 if (!Readlink(fd, &file_path)) {
261 // TODO: Call android::base::Readlink instead of copying the code here.
262 static bool Readlink(const int fd, std::string* result) {
266 // Code copied from android::base::Readlink starts here :
268 // Annoyingly, the readlink system call returns EINVAL for a zero-sized buffer,
274 ssize_t len = readlink(path, buf, sizeof(buf));
  /system/update_engine/common/
test_utils.h 94 std::string Readlink(const std::string& path);
test_utils.cc 106 string Readlink(const string& path) {
108 ssize_t r = readlink(path.c_str(), buf.data(), buf.size());
  /system/update_engine/payload_consumer/
postinstall_runner_action_unittest.cc 119 test_utils::Readlink(base::StringPrintf(

Completed in 416 milliseconds