Home
last modified time | relevance | path

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

/third_party/gn/src/base/files/
Dfile_util_posix.cc509 std::string mode_with_e(AppendModeCharacter(mode, 'e')); in OpenFile() local
510 const char* the_mode = mode_with_e.c_str(); in OpenFile()