OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UnixFilesystem
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/base/
unixfilesystem.h
20
class
UnixFilesystem
: public FilesystemInterface {
22
UnixFilesystem
();
23
~
UnixFilesystem
() override;
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
...]
Completed in 142 milliseconds