Searched refs:tmpFd (Results 1 - 1 of 1) sorted by relevance

/build/libs/host/
H A DCopyFile.c560 int tmpFd; local
561 tmpFd = open(src, O_RDONLY | O_BINARY, 0);
562 if (tmpFd < 0) {
566 (void) close(tmpFd);

Completed in 168 milliseconds