OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnixFilesystem
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/base/
unixfilesystem.cc
11
#include "webrtc/base/
unixfilesystem
.h"
65
char*
UnixFilesystem
::app_temp_path_ = NULL;
67
char*
UnixFilesystem
::provided_app_data_folder_ = NULL;
68
char*
UnixFilesystem
::provided_app_temp_folder_ = NULL;
70
void
UnixFilesystem
::SetAppDataFolder(const std::string& folder) {
75
void
UnixFilesystem
::SetAppTempFolder(const std::string& folder) {
81
UnixFilesystem
::
UnixFilesystem
() {
90
UnixFilesystem
::~
UnixFilesystem
() {}
[
all
...]
unixfilesystem.h
20
class
UnixFilesystem
: public FilesystemInterface {
22
UnixFilesystem
();
23
~
UnixFilesystem
() override;
fileutils.cc
22
#include "webrtc/base/
unixfilesystem
.h"
146
default_filesystem_ = new
UnixFilesystem
();
Completed in 239 milliseconds