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

  /external/chromium/third_party/libjingle/source/talk/base/
win32filesystem.cc 28 #include "talk/base/win32filesystem.h"
50 bool Win32Filesystem::CreateFolder(const Pathname &pathname) {
80 FileStream *Win32Filesystem::OpenFile(const Pathname &filename,
90 bool Win32Filesystem::CreatePrivateFile(const Pathname &filename) {
198 bool Win32Filesystem::DeleteFile(const Pathname &filename) {
207 bool Win32Filesystem::DeleteEmptyFolder(const Pathname &folder) {
214 bool Win32Filesystem::GetTemporaryFolder(Pathname &pathname, bool create,
237 std::string Win32Filesystem::TempFilename(const Pathname &dir,
247 bool Win32Filesystem::MoveFile(const Pathname &old_path,
259 bool Win32Filesystem::MoveFolder(const Pathname &old_path
    [all...]
win32filesystem.h 35 class Win32Filesystem : public FilesystemInterface {
fileutils.cc 40 #include "talk/base/win32filesystem.h"
161 default_filesystem_.reset(new Win32Filesystem());
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32filesystem.cc 28 #include "talk/base/win32filesystem.h"
50 bool Win32Filesystem::CreateFolder(const Pathname &pathname) {
80 FileStream *Win32Filesystem::OpenFile(const Pathname &filename,
90 bool Win32Filesystem::CreatePrivateFile(const Pathname &filename) {
198 bool Win32Filesystem::DeleteFile(const Pathname &filename) {
207 bool Win32Filesystem::DeleteEmptyFolder(const Pathname &folder) {
214 bool Win32Filesystem::GetTemporaryFolder(Pathname &pathname, bool create,
237 std::string Win32Filesystem::TempFilename(const Pathname &dir,
247 bool Win32Filesystem::MoveFile(const Pathname &old_path,
259 bool Win32Filesystem::MoveFolder(const Pathname &old_path
    [all...]
win32filesystem.h 35 class Win32Filesystem : public FilesystemInterface {
fileutils.cc 40 #include "talk/base/win32filesystem.h"
165 default_filesystem_ = new Win32Filesystem();

Completed in 198 milliseconds