Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_util_posix.cc793 const char* the_mode = mode; in OpenFile() local
796 const char* the_mode = mode_with_e.c_str(); in OpenFile() local
799 result = fopen(filename.value().c_str(), the_mode); in OpenFile()