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

  /external/chromium_org/chrome/installer/mini_installer/
mini_installer.cc 36 typedef StackString<MAX_PATH> PathString;
45 PathString* chrome_resource_path;
47 PathString* setup_resource_path;
145 PathString client_state_key;
304 PathString full_exe_path;
347 PathString full_path;
378 const wchar_t* base_path, PathString* archive_path,
379 PathString* setup_path) {
381 PathString setup_dest_path;
539 bool CreateWorkDir(const wchar_t* base_path, PathString* work_dir)
    [all...]
  /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/chromium_org/base/
logging.cc 97 typedef std::wstring PathString;
99 typedef std::string PathString;
101 PathString* log_file_name = NULL;
155 void DeleteFilePath(const PathString& log_name) {
165 PathString GetDefaultLogFile() {
171 PathString log_file = module_name;
172 PathString::size_type last_backslash =
174 if (last_backslash != PathString::npos)
180 return PathString("debug.log");
307 log_file_name = new PathString(GetDefaultLogFile())
    [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]

Completed in 72 milliseconds