Home
last modified time | relevance | path

Searched refs:kPathSep (Results 1 – 7 of 7) sorted by relevance

/third_party/cef/tests/ceftests/
Dfile_util_unittest.cc18 std::string("path1") + client::file_util::kPathSep + std::string("path2"); in TEST()
25 std::string("path1") + client::file_util::kPathSep, "path2") in TEST()
29 "path1", client::file_util::kPathSep + std::string("path2")) in TEST()
33 std::string("path1") + client::file_util::kPathSep, in TEST()
34 client::file_util::kPathSep + std::string("path2")) in TEST()
/third_party/cef/tests/shared/browser/
Dfile_util.cc30 const char kPathSep = '\\'; variable
32 const char kPathSep = '/'; variable
103 if (result[result.size() - 1] != kPathSep) in JoinPath()
104 result += kPathSep; in JoinPath()
105 if (path2[0] == kPathSep) in JoinPath()
Dfile_util.h16 extern const char kPathSep;
Dextension_util.cc26 return resources_dir.ToString() + file_util::kPathSep; in GetResourcesPath()
/third_party/cef/libcef/common/
Dcrash_reporter_client.cc56 const char kPathSep = '\\'; variable
72 config_path.rfind(kPathSep, config_path.size()); in GetCrashConfigPath()
122 ((isalpha(s[0]) && s[1] == ':' && s[2] == kPathSep) || in isAbsolutePath()
123 (s[0] == kPathSep && s[1] == kPathSep)); in isAbsolutePath()
131 if (s[0] == kPathSep) { in extractAbsolutePathStart()
192 base::SplitString(path, std::string() + kPathSep, base::KEEP_WHITESPACE, in sanitizePath()
198 if (!result.empty() && result[result.length() - 1] != kPathSep) in sanitizePath()
199 result += kPathSep; in sanitizePath()
220 if (result[result.size() - 1] != kPathSep) in joinPath()
221 result += kPathSep; in joinPath()
[all …]
/third_party/cef/tests/cefclient/browser/
Ddialog_test.cc60 if (last_file[last_file.length() - 1] != file_util::kPathSep) { in OnFileDialogDismissed()
63 last_file += file_util::kPathSep; in OnFileDialogDismissed()
Droot_window_manager.cc317 << file_util::kPathSep << time(nullptr); in GetRequestContext()