Searched refs:eOpenOptionAppend (Results 1 – 4 of 4) sorted by relevance
84 open_options |= File::eOpenOptionAppend; in RedirectToFile()
37 …eOpenOptionAppend = (1u << 2), // Don't truncate file when opening, append to end… enumerator
30 if (options & File::eOpenOptionAppend) in GetStreamOpenModeFromOptions()203 if (options & eOpenOptionAppend) in Open()
776 open_options |= File::eOpenOptionAppend; in DoExecute()