Home
last modified time | relevance | path

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

/system/core/libsparse/
Dappend2simg.cpp57 int tmp_fd; in main() local
/system/extras/perfprofd/dropbox/
Ddropbox.cc47 android::base::unique_fd tmp_fd; in WriteDropboxFile() local
/system/core/libprocessgroup/
Dtask_profiles.cpp212 unique_fd tmp_fd(TEMP_FAILURE_RETRY(open(procs_path.c_str(), O_WRONLY | O_CLOEXEC))); in ExecuteForProcess() local
249 unique_fd tmp_fd(TEMP_FAILURE_RETRY(open(tasks_path.c_str(), O_WRONLY | O_CLOEXEC))); in ExecuteForTask() local
/system/core/debuggerd/
Ddebuggerd_test.cpp611 unique_fd tmp_fd(dup(fileno(tmp_file))); in seccomp_fork_impl() local