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

  /external/chromium/base/
logging.cc 91 typedef std::wstring PathString;
93 typedef std::string PathString;
95 PathString* log_file_name = NULL;
172 void DeleteFilePath(const PathString& log_name) {
180 PathString GetDefaultLogFile() {
186 PathString log_file = module_name;
187 PathString::size_type last_backslash =
189 if (last_backslash != PathString::npos)
195 return PathString("debug.log");
322 log_file_name = new PathString(GetDefaultLogFile())
    [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]

Completed in 777 milliseconds