Home
last modified time | relevance | path

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

/build/make/tools/libhost/
DCopyFile.c37 #ifndef O_BINARY
38 # 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()