Searched refs:PathString (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/installer/mini_installer/
H A Dmini_installer.cc38 typedef StackString<MAX_PATH> PathString; typedef in namespace:mini_installer
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_pat
[all...]
/external/chromium_org/base/
H A Dlogging.cc97 typedef std::wstring PathString; typedef in namespace:logging::__anon2311
99 typedef std::string PathString; typedef in namespace:logging::__anon2311
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(GetDefaultLogFil
[all...]
/external/skia/src/gpu/gl/
H A DGrGLAssembleInterface.cpp229 GET_PROC_SUFFIX(PathString, NV);
/external/clang/lib/Lex/
H A DPPDirectives.cpp1553 SmallString<128> PathString; local
1556 PathString += '.';
1557 PathString += Path[I].first->getName();
1594 << IncludeKind << PathString
1596 "@import " + PathString.str().str() + ";");

Completed in 188 milliseconds