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

  /external/chromium_org/chrome/installer/mini_installer/
mini_installer.cc 38 typedef StackString<MAX_PATH> PathString;
47 PathString* chrome_resource_path;
49 PathString* setup_resource_path;
147 PathString client_state_key;
307 PathString full_exe_path;
350 PathString full_path;
381 const wchar_t* base_path, PathString* archive_path,
382 PathString* setup_path) {
384 PathString setup_dest_path;
408 PathString exe_path
    [all...]
  /external/chromium_org/base/
logging.cc 97 typedef std::wstring PathString;
99 typedef std::string PathString;
101 PathString* log_file_name = NULL;
152 void DeleteFilePath(const PathString& log_name) {
162 PathString GetDefaultLogFile() {
168 PathString log_file = module_name;
169 PathString::size_type last_backslash =
171 if (last_backslash != PathString::npos)
177 return PathString("debug.log");
304 log_file_name = new PathString(GetDefaultLogFile())
    [all...]
  /external/skia/src/gpu/gl/
GrGLAssembleInterface.cpp 229 GET_PROC_SUFFIX(PathString, NV);
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]

Completed in 95 milliseconds