Home
last modified time | relevance | path

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

/aosp12/system/core/libsparse/
H A Dappend2simg.cpp57 int tmp_fd; in main() local
/aosp12/system/core/libprocessgroup/
H A Dtask_profiles.cpp237 unique_fd tmp_fd(TEMP_FAILURE_RETRY(open(procs_path.c_str(), O_WRONLY | O_CLOEXEC))); in ExecuteForProcess() local
274 unique_fd tmp_fd(TEMP_FAILURE_RETRY(open(tasks_path.c_str(), O_WRONLY | O_CLOEXEC))); in ExecuteForTask() local
297 unique_fd tmp_fd(TEMP_FAILURE_RETRY(open(path.c_str(), O_WRONLY | O_CLOEXEC))); in WriteValueToFile() local
/aosp12/frameworks/base/native/webview/loader/
H A Dloader.cpp83 int tmp_fd = TEMP_FAILURE_RETRY(mkstemp(relro_tmp)); in DoCreateRelroFile() local
/aosp12/art/libartbase/base/unix_file/
H A Dfd_file.cc232 int tmp_fd = fd_; in Release() local
/aosp12/hardware/google/gchips/gralloc3/src/
H A Dmali_gralloc_ion.cpp922 int tmp_fd; in mali_gralloc_ion_allocate() local
/aosp12/system/core/debuggerd/
H A Ddebuggerd_test.cpp320 unique_fd tmp_fd(TEMP_FAILURE_RETRY(dup(fileno(cmd_stdout)))); in Collect() local
1184 unique_fd tmp_fd(TEMP_FAILURE_RETRY(dup(fileno(tmp_file)))); in seccomp_fork_impl() local