Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/cronet/base/process/
H A Dprocess_metrics_linux.cc164 FilePath fd_path = internal::GetProcPidDir(process_).Append("fd"); in GetOpenFdCount() local
182 FilePath fd_path = internal::GetProcPidDir(process_).Append("limits"); in GetOpenFdSoftLimit() local
863 const FilePath fd_path = pid_path.AppendASCII("fd"); in GetFdInfoFromPid() local
H A Dinternal_linux.h144 FilePath fd_path = GetProcPidDir(process).Append("task"); in ForEachProcessTask() local
/aosp_15_r20/system/core/debuggerd/tombstoned/
H A Dtombstoned.cpp155 std::string fd_path = StringPrintf("/proc/self/fd/%d", result.fd.get()); in create_temporary_file() local
423 std::string fd_path = StringPrintf("/proc/self/fd/%d", fd.get()); in rename_tombstone_fd() local
/aosp_15_r20/bionic/libc/bionic/
H A Drealpath.cpp64 FdPath fd_path(fd.get()); in realpath() local
/aosp_15_r20/system/core/libcutils/
H A Dandroid_get_control_file.cpp92 std::string fd_path; in android_get_control_file() local
/aosp_15_r20/external/libchrome/base/process/
H A Dprocess_metrics_linux.cc262 FilePath fd_path = internal::GetProcPidDir(process_).Append("fd"); in GetOpenFdCount() local
280 FilePath fd_path = internal::GetProcPidDir(process_).Append("limits"); in GetOpenFdSoftLimit() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/test/
Dposix_specific.cpp113 const auto fd_path = fs::path("/proc") / std::to_string(pid) / "fd"; variable
/aosp_15_r20/external/libchrome/base/memory/
H A Dshared_memory_helper.cc124 char fd_path[PATH_MAX]; in PrepareMapFile() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
H A Dquic_default_client_test.cc61 std::string fd_path = ReadLink(absl::StrCat(kPathToFds, "/", name)); in NumOpenSocketFDs() local
/aosp_15_r20/system/vold/
H A DProcess.cpp156 auto fd_path = path + "/fd"; in KillProcessesWithOpenFiles() local
/aosp_15_r20/bootable/deprecated-ota/applypatch/
H A Dfreecache.cpp63 std::string fd_path = path + fdde->d_name; in EliminateOpenFiles() local
/aosp_15_r20/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dwriter_base.cpp42 const auto fd_path = "/proc/self/fd/" + std::to_string(fd.get()); in GetFdPath() local
/aosp_15_r20/external/minigbm/
H A Dminigbm_helpers.c58 char fd_path[64]; in fd_node_num() local
/aosp_15_r20/system/librustutils/
H A Dinherited_fd.rs60 let fd_path = canonicalize("/proc/self/fd")?; in init_once() localVariable
/aosp_15_r20/external/iproute2/ip/
H A Diptuntap.c312 char **fd_path; in show_processes() local
/aosp_15_r20/system/memory/libmeminfo/libdmabufinfo/
Ddmabufinfo.cpp166 std::string fd_path = in ReadDmaBufFdRefs() local
/aosp_15_r20/external/ltp/lib/
H A Dtst_safe_file_at.c14 static char fd_path[PATH_MAX]; variable
/aosp_15_r20/external/crosvm/base/src/sys/linux/
H A Dshm.rs269 let fd_path = format!("/proc/self/fd/{}", shm.as_raw_descriptor()); in read_name() localVariable
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/exec/
H A Dexecveat.c238 int fd_path = open_or_die("execveat", O_RDONLY|O_PATH); in run_tests() local
/aosp_15_r20/frameworks/base/core/jni/
H A Dfd_utils.cpp271 const std::string fd_path = android::base::StringPrintf("/proc/self/fd/%d", fd); in CreateFromFd() local
/aosp_15_r20/external/perfetto/src/traced/probes/ps/
H A Dprocess_stats_data_source_unittest.cc440 for (const auto& fd_path : proc_counters.fds()) { in TEST_F() local
/aosp_15_r20/external/leveldb/util/
H A Denv_posix.cc369 static Status SyncFd(int fd, const std::string& fd_path) { in SyncFd()
/aosp_15_r20/system/extras/simpleperf/
H A Denvironment.cpp490 std::string fd_path = "/proc/" + std::to_string(pid) + "/fd/"; in HasOpenedAppApkFile() local
/aosp_15_r20/external/elfutils/debuginfod/
H A Ddebuginfod-client.c657 extract_section (int fd, const char *section, char *fd_path, char **usr_path) in extract_section()
/aosp_15_r20/bionic/libc/stdio/
H A Dstdio.cpp313 FdPath fd_path(fp->_file); in freopen() local

12