Home
last modified time | relevance | path

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

/third_party/libxml2/
Druntest.c86 #define WR_FLAGS O_WRONLY | O_CREAT | O_TRUNC | O_BINARY macro
89 #define WR_FLAGS O_WRONLY | O_CREAT | O_TRUNC macro
623 fd2 = open(r2, WR_FLAGS, 0644); in compareFiles()
678 fd = open(filename, WR_FLAGS, 0644); in compareFileMem()
/third_party/chromium/patch/
D0001-cve.patch125170 fd = open(filename, WR_FLAGS, 0644);