Home
last modified time | relevance | path

Searched defs:fd_path (Results 1 – 10 of 10) sorted by relevance

/aosp12/bionic/libc/bionic/
H A Drealpath.cpp64 FdPath fd_path(fd.get()); in realpath() local
/aosp12/system/core/libcutils/
H A Dandroid_get_control_file.cpp92 std::string fd_path; in android_get_control_file() local
/aosp12/system/vold/
H A DProcess.cpp156 auto fd_path = path + "/fd"; in KillProcessesWithOpenFiles() local
/aosp12/bootable/recovery/applypatch/
H A Dfreecache.cpp63 std::string fd_path = path + fdde->d_name; in EliminateOpenFiles() local
/aosp12/system/memory/libmeminfo/libdmabufinfo/
H A Ddmabufinfo.cpp168 std::string fd_path = in ReadDmaBufFdRefs() local
/aosp12/frameworks/base/core/jni/
H A Dfd_utils.cpp259 const std::string fd_path = android::base::StringPrintf("/proc/self/fd/%d", fd); in CreateFromFd() local
/aosp12/system/core/debuggerd/tombstoned/
H A Dtombstoned.cpp422 std::string fd_path = StringPrintf("/proc/self/fd/%d", fd.get()); in rename_tombstone_fd() local
/aosp12/system/iorap/src/prefetcher/
H A Dsession.cc340 const char* fd_path = SessionDescription().c_str(); in ProcessFd() local
/aosp12/system/extras/simpleperf/
H A Denvironment.cpp468 std::string fd_path = "/proc/" + std::to_string(pid) + "/fd/"; in HasOpenedAppApkFile() local
/aosp12/bionic/libc/stdio/
H A Dstdio.cpp313 FdPath fd_path(fp->_file); in freopen() local