Home
last modified time | relevance | path

Searched refs:O_BINARY (Results 1 – 1 of 1) sorted by relevance

/build/libs/host/
DCopyFile.c38 #ifndef O_BINARY
39 # define O_BINARY 0 macro
243 srcFd = open(src, O_RDONLY | O_BINARY, 0); in copyRegular()
251 dstFd = open(dst, O_CREAT | O_TRUNC | O_WRONLY | O_BINARY, 0644); in copyRegular()
281 dstFd = open(dst, O_CREAT | O_TRUNC | O_WRONLY | O_BINARY, 0644); in copyRegular()
561 tmpFd = open(src, O_RDONLY | O_BINARY, 0); in copyFileRecursive()