Searched defs:tmp_fd (Results 1 – 4 of 4) sorted by relevance
57 int tmp_fd; in main() local
47 android::base::unique_fd tmp_fd; in WriteDropboxFile() local
212 unique_fd tmp_fd(TEMP_FAILURE_RETRY(open(procs_path.c_str(), O_WRONLY | O_CLOEXEC))); in ExecuteForProcess() local249 unique_fd tmp_fd(TEMP_FAILURE_RETRY(open(tasks_path.c_str(), O_WRONLY | O_CLOEXEC))); in ExecuteForTask() local
611 unique_fd tmp_fd(dup(fileno(tmp_file))); in seccomp_fork_impl() local