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

/frameworks/base/core/jni/
H A Dfd_utils-inl.h107 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) { function in class:FileDescriptorInfo
266 // Code copied from android::base::Readlink starts here :

Completed in 46 milliseconds