HomeSort by relevance Sort by last modified time
    Searched refs:PathString (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/
logging.cc 111 typedef std::wstring PathString;
113 typedef std::string PathString;
115 PathString* g_log_file_name = nullptr;
165 void DeleteFilePath(const PathString& log_name) {
175 PathString GetDefaultLogFile() {
181 PathString log_name = module_name;
182 PathString::size_type last_backslash = log_name.rfind('\\', log_name.size());
183 if (last_backslash != PathString::npos)
189 return PathString("debug.log");
284 g_log_file_name = new PathString(GetDefaultLogFile())
    [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]

Completed in 310 milliseconds