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

  /external/libchrome/base/
logging.cc 109 typedef std::wstring PathString;
111 typedef std::string PathString;
113 PathString* g_log_file_name = nullptr;
163 void DeleteFilePath(const PathString& log_name) {
173 PathString GetDefaultLogFile() {
179 PathString log_name = module_name;
180 PathString::size_type last_backslash = log_name.rfind('\\', log_name.size());
181 if (last_backslash != PathString::npos)
187 return PathString("debug.log");
281 g_log_file_name = new PathString(GetDefaultLogFile())
    [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/26.2.0-alpha16/
sdk-common-26.2.0-alpha16.jar 
  /prebuilts/misc/common/sdk-common/
sdk-common.jar 

Completed in 449 milliseconds