Home
last modified time | relevance | path

Searched defs:tmp_fd (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/system/core/libprocessgroup/
H A Dtask_profiles.cpp102 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 Dappend2simg.cpp57 int tmp_fd; in main() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dmmap.c22 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 Dloader.cpp83 int tmp_fd = TEMP_FAILURE_RETRY(mkstemp(relro_tmp)); in DoCreateRelroFile() local
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/
H A Dutil.cc240 int tmp_fd = Syscall(__NR_memfd_create, reinterpret_cast<uintptr_t>(name), in CreateMemFd() local
/aosp_15_r20/device/linaro/hikey/gralloc960/
Dmali_gralloc_ion.cpp540 int tmp_fd; in mali_gralloc_ion_allocate() local
/aosp_15_r20/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_ion.cpp540 int tmp_fd; in mali_gralloc_ion_allocate() local
/aosp_15_r20/external/pytorch/torch/csrc/
H A DStorageSharing.cpp263 int tmp_fd = (int)THPUtils_unpackLong(_tmp_fd); in THPStorage_newSharedFd() local
/aosp_15_r20/art/libartbase/base/unix_file/
H A Dfd_file.cc236 int tmp_fd = fd_; in Release() local
/aosp_15_r20/external/bcc/libbpf-tools/
H A Dmemleak.c589 const int tmp_fd = eventfd(0, EFD_CLOEXEC); in event_init() local
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/
H A Dv3dv_queue.c463 int tmp_fd = -1; in export_perfmon_last_job_sync() local
/aosp_15_r20/external/igt-gpu-tools/tests/
H A Dkms_lease.c898 int tmp_fd, ret; in invalid_create_leases() local
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/
Dlibbpf_internal.h614 static inline int reuse_fd(int fixed_fd, int tmp_fd) in reuse_fd()
/aosp_15_r20/external/perfetto/src/base/
H A Dunix_socket_unittest.cc762 int tmp_fd = scoped_tmp.fd(); in TEST_F() local
/aosp_15_r20/external/libbpf/src/
H A Dlibbpf_internal.h614 static inline int reuse_fd(int fixed_fd, int tmp_fd) in reuse_fd()
/aosp_15_r20/system/core/debuggerd/
H A Ddebuggerd_test.cpp314 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