Home
last modified time | relevance | path

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

/system/core/libcutils/
Dandroid_get_control_file.cpp92 std::string fd_path; in android_get_control_file() local
/system/vold/
DProcess.cpp164 auto fd_path = path + "/fd"; in KillProcessesWithOpenFiles() local
/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dwriter_base.cpp42 const auto fd_path = "/proc/self/fd/" + std::to_string(fd.get()); in GetFdPath() local
/system/core/debuggerd/tombstoned/
Dtombstoned.cpp154 std::string fd_path = StringPrintf("/proc/self/fd/%d", result.fd.get()); in create_temporary_file() local
422 std::string fd_path = StringPrintf("/proc/self/fd/%d", fd.get()); in rename_tombstone_fd() local
/system/librustutils/
Dinherited_fd.rs60 let fd_path = canonicalize("/proc/self/fd")?; in init_once() localVariable
/system/memory/libmeminfo/libdmabufinfo/
Ddmabufinfo.cpp166 std::string fd_path = in ReadDmaBufFdRefs() local
/system/extras/simpleperf/
Denvironment.cpp490 std::string fd_path = "/proc/" + std::to_string(pid) + "/fd/"; in HasOpenedAppApkFile() local