Searched refs:UnixFilesystem (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dunixfilesystem.cc64 char* UnixFilesystem::app_temp_path_ = NULL;
66 char* UnixFilesystem::provided_app_data_folder_ = NULL;
67 char* UnixFilesystem::provided_app_temp_folder_ = NULL;
69 void UnixFilesystem::SetAppDataFolder(const std::string& folder) {
74 void UnixFilesystem::SetAppTempFolder(const std::string& folder) {
80 UnixFilesystem::UnixFilesystem() { function in class:rtc::UnixFilesystem
89 UnixFilesystem::~UnixFilesystem() {}
91 bool UnixFilesystem
[all...]
H A Dunixfilesystem.h20 class UnixFilesystem : public FilesystemInterface { class in namespace:rtc
22 UnixFilesystem();
23 virtual ~UnixFilesystem();
H A Dfileutils.cc145 default_filesystem_ = new UnixFilesystem();

Completed in 483 milliseconds