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

/external/webrtc/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
122 inline bool CreateFolder(const Pathname& path) {
125 inline bool FinishPath(Pathname& path, bool create, const std::string& append) {
134 inline bool GetTemporaryFolder(Pathname& path, bool create,
142 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 88 milliseconds