/aosp_15_r20/system/core/libprocessgroup/ |
H A D | task_profiles.cpp | 102 unique_fd tmp_fd(TEMP_FAILURE_RETRY(open(path.c_str(), O_WRONLY | O_CLOEXEC))); in Cache() local 390 unique_fd tmp_fd(TEMP_FAILURE_RETRY(open(procs_path.c_str(), O_WRONLY | O_CLOEXEC))); in ExecuteForProcess() local 411 unique_fd tmp_fd(TEMP_FAILURE_RETRY(open(tasks_path.c_str(), O_WRONLY | O_CLOEXEC))); in ExecuteForTask() local 512 unique_fd tmp_fd(TEMP_FAILURE_RETRY(open(path.c_str(), O_WRONLY | O_CLOEXEC))); in WriteValueToFile() local
|
/aosp_15_r20/system/core/libsparse/ |
H A D | append2simg.cpp | 57 int tmp_fd; in main() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
H A D | mmap.c | 22 int err, duration = 0, i, data_map_fd, data_map_id, tmp_fd, rdmap_fd; in test_mmap() local
|
/aosp_15_r20/frameworks/base/native/webview/loader/ |
H A D | loader.cpp | 83 int tmp_fd = TEMP_FAILURE_RETRY(mkstemp(relro_tmp)); in DoCreateRelroFile() local
|
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/ |
H A D | util.cc | 240 int tmp_fd = Syscall(__NR_memfd_create, reinterpret_cast<uintptr_t>(name), in CreateMemFd() local
|
/aosp_15_r20/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_ion.cpp | 540 int tmp_fd; in mali_gralloc_ion_allocate() local
|
/aosp_15_r20/device/amlogic/yukawa/hal/gralloc/ |
D | mali_gralloc_ion.cpp | 540 int tmp_fd; in mali_gralloc_ion_allocate() local
|
/aosp_15_r20/external/pytorch/torch/csrc/ |
H A D | StorageSharing.cpp | 263 int tmp_fd = (int)THPUtils_unpackLong(_tmp_fd); in THPStorage_newSharedFd() local
|
/aosp_15_r20/art/libartbase/base/unix_file/ |
H A D | fd_file.cc | 236 int tmp_fd = fd_; in Release() local
|
/aosp_15_r20/external/bcc/libbpf-tools/ |
H A D | memleak.c | 589 const int tmp_fd = eventfd(0, EFD_CLOEXEC); in event_init() local
|
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_queue.c | 463 int tmp_fd = -1; in export_perfmon_last_job_sync() local
|
/aosp_15_r20/external/igt-gpu-tools/tests/ |
H A D | kms_lease.c | 898 int tmp_fd, ret; in invalid_create_leases() local
|
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/ |
D | libbpf_internal.h | 614 static inline int reuse_fd(int fixed_fd, int tmp_fd) in reuse_fd()
|
/aosp_15_r20/external/perfetto/src/base/ |
H A D | unix_socket_unittest.cc | 762 int tmp_fd = scoped_tmp.fd(); in TEST_F() local
|
/aosp_15_r20/external/libbpf/src/ |
H A D | libbpf_internal.h | 614 static inline int reuse_fd(int fixed_fd, int tmp_fd) in reuse_fd()
|
/aosp_15_r20/system/core/debuggerd/ |
H A D | debuggerd_test.cpp | 314 unique_fd tmp_fd(TEMP_FAILURE_RETRY(dup(fileno(cmd_stdout)))); in Collect() local 1477 unique_fd tmp_fd(TEMP_FAILURE_RETRY(dup(fileno(tmp_file)))); in setup_jail() local
|