Searched defs:stat_fd (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/perfetto/src/profiling/common/ |
H A D | profiler_guardrails.cc | 36 base::ScopedFile stat_fd) { in GetCputimeSecForCurrentProcess() 85 ProfilerCpuGuardrails::ProfilerCpuGuardrails(base::ScopedFile stat_fd) { in ProfilerCpuGuardrails()
|
/aosp_15_r20/system/libprocinfo/ |
H A D | process.cpp | 139 unique_fd stat_fd(openat(fd, "stat", O_RDONLY | O_CLOEXEC)); in GetProcessInfoFromProcPidFd() local
|
/aosp_15_r20/external/perfetto/src/tools/cpu_utilization/ |
H A D | cpu_utilization.cc | 52 void ReadUtimeStime(const base::ScopedFile& stat_fd, in ReadUtimeStime()
|
/aosp_15_r20/external/perfetto/src/base/ |
H A D | watchdog_posix.cc | 218 base::ScopedFile stat_fd(base::OpenFile("/proc/self/stat", O_RDONLY)); in ThreadMain() local
|
/aosp_15_r20/art/libartbase/base/ |
H A D | utils.cc | 391 int stat_fd = open(file_name_buf, O_RDONLY | O_CLOEXEC); in GetOsThreadStat() local
|
/aosp_15_r20/external/libusb/libusb/os/ |
H A D | sunos_usb.c | 1239 usb_do_io(struct libusb_context *ctx, int fd, int stat_fd, void *data, size_t size, int flag, int *… in usb_do_io()
|