OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scopedfilesystem
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
fs_factory.h
22
ScopedFilesystem
* out_fs) = 0;
typed_fs_factory.h
16
ScopedFilesystem
* out_fs) {
kernel_object.h
43
typedef std::map<std::string,
ScopedFilesystem
> FsMap_t;
49
Error AttachFsAtPath(const
ScopedFilesystem
& fs, const std::string& path);
52
Error DetachFsAtPath(const std::string& path,
ScopedFilesystem
* out_fs);
58
ScopedFilesystem
* out_fs,
66
ScopedFilesystem
* out_fs,
kernel_handle.h
44
KernelHandle(const
ScopedFilesystem
& fs, const ScopedNode& node);
74
const
ScopedFilesystem
& filesystem() { return filesystem_; }
85
ScopedFilesystem
filesystem_;
kernel_object.cc
34
Error KernelObject::AttachFsAtPath(const
ScopedFilesystem
& fs,
49
ScopedFilesystem
* out_fs) {
74
ScopedFilesystem
* out_fs,
103
ScopedFilesystem
* out_fs,
143
ScopedFilesystem
fs;
kernel_proxy.cc
84
ScopedFilesystem
root_fs;
89
ScopedFilesystem
fs;
172
ScopedFilesystem
fs;
203
ScopedFilesystem
fs;
349
ScopedFilesystem
fs;
368
ScopedFilesystem
fs;
401
ScopedFilesystem
fs;
418
ScopedFilesystem
* out_filesystem) {
455
ScopedFilesystem
fs;
487
Error KernelProxy::CreateFsNode(const
ScopedFilesystem
& fs)
[
all
...]
filesystem.h
28
typedef sdk_util::ScopedRef<Filesystem>
ScopedFilesystem
;
kernel_proxy.h
228
ScopedFilesystem
* out_filesystem);
230
Error CreateFsNode(const
ScopedFilesystem
& fs);
kernel_handle.cc
23
KernelHandle::KernelHandle(const
ScopedFilesystem
& fs, const ScopedNode& node)
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/fusefs/
fuse_fs_factory.h
19
ScopedFilesystem
* out_fs);
fuse_fs_factory.cc
15
ScopedFilesystem
* out_fs) {
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
kernel_object_test.cc
49
KernelHandleForTesting(const
ScopedFilesystem
& fs, const ScopedNode& node)
67
ScopedFilesystem
fs;
mem_fs_node_test.cc
198
ScopedFilesystem
fs(new MemFsForTesting());
325
ScopedFilesystem
fs(new MemFsForTesting());
kernel_proxy_test.cc
45
ScopedFilesystem
fs;
787
SingletonFsFactory(const
ScopedFilesystem
& filesystem) : mount_(filesystem) {}
790
ScopedFilesystem
* out_fs) {
796
ScopedFilesystem
mount_;
event_test.cc
218
ScopedFilesystem
fs(new StreamFsForTesting());
jspipe_test.cc
222
ScopedFilesystem
fs;
Completed in 753 milliseconds