OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FilesystemInterface
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/base/
fileutils.h
109
class
FilesystemInterface
{
111
virtual ~
FilesystemInterface
() {}
287
static
FilesystemInterface
*default_filesystem() {
292
static void set_default_filesystem(
FilesystemInterface
*filesystem) {
296
static
FilesystemInterface
*swap_default_filesystem(
297
FilesystemInterface
*filesystem) {
298
FilesystemInterface
*cur = default_filesystem_;
428
static
FilesystemInterface
* default_filesystem_;
430
static
FilesystemInterface
*EnsureDefaultFilesystem();
436
explicit FilesystemScope(
FilesystemInterface
*new_fs)
[
all
...]
fileutils.cc
160
FilesystemInterface
* Filesystem::default_filesystem_ = NULL;
162
FilesystemInterface
*Filesystem::EnsureDefaultFilesystem() {
173
bool
FilesystemInterface
::CopyFolder(const Pathname &old_path,
204
bool
FilesystemInterface
::DeleteFolderContents(const Pathname &folder) {
233
bool
FilesystemInterface
::CleanAppTempFolder() {
unixfilesystem.h
37
class UnixFilesystem : public
FilesystemInterface
{
win32filesystem.h
35
class Win32Filesystem : public
FilesystemInterface
{
fileutils_mock.h
144
class FakeFileSystem : public
FilesystemInterface
{
/external/chromium/third_party/libjingle/source/talk/base/
fileutils.h
109
class
FilesystemInterface
{
111
virtual ~
FilesystemInterface
() {}
285
static
FilesystemInterface
*default_filesystem() {
290
static void set_default_filesystem(
FilesystemInterface
*filesystem) {
294
static
FilesystemInterface
*swap_default_filesystem(
295
FilesystemInterface
*filesystem) {
296
FilesystemInterface
*cur = default_filesystem_.release();
426
static scoped_ptr<
FilesystemInterface
> default_filesystem_;
428
static
FilesystemInterface
*EnsureDefaultFilesystem();
434
explicit FilesystemScope(
FilesystemInterface
*new_fs)
[
all
...]
fileutils.cc
157
scoped_ptr<
FilesystemInterface
> Filesystem::default_filesystem_;
158
FilesystemInterface
*Filesystem::EnsureDefaultFilesystem() {
168
bool
FilesystemInterface
::CopyFolder(const Pathname &old_path,
194
bool
FilesystemInterface
::DeleteFolderContents(const Pathname &folder) {
220
bool
FilesystemInterface
::CleanAppTempFolder() {
unixfilesystem.h
35
class UnixFilesystem : public
FilesystemInterface
{
win32filesystem.h
35
class Win32Filesystem : public
FilesystemInterface
{
Completed in 60 milliseconds