Home
last modified time | relevance | path

Searched defs:in_fd (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp255 bool CopyFile(int in_fd, int out_fd) { in CopyFile()
270 android::base::unique_fd in_fd(OpenForRead(input_file)); in CopyFileToFd() local
/frameworks/native/cmds/installd/
Ddexopt.cpp740 unique_fd in_fd(open(system_profile.c_str(), O_RDONLY | O_NOFOLLOW | O_CLOEXEC)); in copy_system_profile() local