HomeSort by relevance Sort by last modified time
    Searched refs:UnixFilesystem (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/base/
unixfilesystem.cc 28 #include "talk/base/unixfilesystem.h"
68 char* UnixFilesystem::app_temp_path_ = NULL;
70 char* UnixFilesystem::provided_app_data_folder_ = NULL;
71 char* UnixFilesystem::provided_app_temp_folder_ = NULL;
73 void UnixFilesystem::SetAppDataFolder(const std::string& folder) {
78 void UnixFilesystem::SetAppTempFolder(const std::string& folder) {
84 bool UnixFilesystem::CreateFolder(const Pathname &path, mode_t mode) {
113 bool UnixFilesystem::CreateFolder(const Pathname &path) {
117 FileStream *UnixFilesystem::OpenFile(const Pathname &filename,
127 bool UnixFilesystem::CreatePrivateFile(const Pathname &filename)
    [all...]
unixfilesystem.h 37 class UnixFilesystem : public FilesystemInterface {
fileutils.cc 42 #include "talk/base/unixfilesystem.h"
167 default_filesystem_ = new UnixFilesystem();
  /external/chromium/third_party/libjingle/source/talk/base/
unixfilesystem.cc 28 #include "talk/base/unixfilesystem.h"
93 std::string UnixFilesystem::app_temp_path_;
95 bool UnixFilesystem::CreateFolder(const Pathname &path) {
124 FileStream *UnixFilesystem::OpenFile(const Pathname &filename,
134 bool UnixFilesystem::CreatePrivateFile(const Pathname &filename) {
150 bool UnixFilesystem::DeleteFile(const Pathname &filename) {
160 bool UnixFilesystem::DeleteEmptyFolder(const Pathname &folder) {
171 bool UnixFilesystem::GetTemporaryFolder(Pathname &pathname, bool create,
204 std::string UnixFilesystem::TempFilename(const Pathname &dir,
220 bool UnixFilesystem::MoveFile(const Pathname &old_path
    [all...]
unixfilesystem.h 35 class UnixFilesystem : public FilesystemInterface {
fileutils.cc 39 #include "talk/base/unixfilesystem.h"
163 default_filesystem_.reset(new UnixFilesystem());

Completed in 148 milliseconds