Searched refs:eOpenOptionRead (Results 1 – 5 of 5) sorted by relevance
32 if (options & File::eOpenOptionRead) in GetStreamOpenModeFromOptions()47 else if (options & File::eOpenOptionRead && options & File::eOpenOptionWrite) in GetStreamOpenModeFromOptions()59 else if (options & File::eOpenOptionRead) in GetStreamOpenModeFromOptions()194 const bool read = options & eOpenOptionRead; in Open()
798 error = file.Open(resolved_path, File::eOpenOptionRead); in ReadFileContents()835 error = file.Open(resolved_path, File::eOpenOptionRead); in ReadFileContents()860 error = file.Open(resolved_path, File::eOpenOptionRead); in ReadFileContentsAsCString()
1462 FileSpec file_spec(output_file_path, File::eOpenOptionRead); in RunShellCommand()
125 uint32_t options = File::eOpenOptionRead; in MemoryMapFromFileSpec()
35 eOpenOptionRead = (1u << 0), // Open file for reading enumerator