Home | History | Annotate | Download | only in base

Lines Matching full:pathstring

88 typedef std::wstring PathString;
90 typedef std::string PathString;
92 PathString* log_file_name = NULL;
169 void DeleteFilePath(const PathString& log_name) {
177 PathString GetDefaultLogFile() {
183 PathString log_file = module_name;
184 PathString::size_type last_backslash =
186 if (last_backslash != PathString::npos)
192 return PathString("debug.log");
319 log_file_name = new PathString(GetDefaultLogFile());
393 log_file_name = new PathString();