Searched defs:Pathname (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dpathutils.h21 // Pathname - parsing of pathnames into components, and vice versa.
40 class Pathname { class in namespace:rtc
46 Pathname();
47 Pathname(const std::string& pathname);
48 Pathname(const std::string& folder, const std::string& filename);
50 // Set's the default folder delimiter for this Pathname
120 inline bool CreateFolder(const Pathname& path) {
123 inline bool FinishPath(Pathname& path, bool create, const std::string& append) {
132 inline bool GetTemporaryFolder(Pathname& path, bool create,
140 inline bool GetAppDataFolder(Pathname
[all...]
H A Dpathutils.cc43 // Pathname - parsing of pathnames into components, and vice versa
46 bool Pathname::IsFolderDelimiter(char ch) {
50 char Pathname::DefaultFolderDelimiter() {
54 Pathname::Pathname() function in class:rtc::Pathname
58 Pathname::Pathname(const std::string& pathname) function in class:rtc::Pathname
63 Pathname::Pathname(const std::string& folder, const std::string& filename) function in class:rtc::Pathname
68 void Pathname
[all...]

Completed in 66 milliseconds