Searched refs:ScopedFilesystem (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dfs_factory.h22 ScopedFilesystem* out_fs) = 0;
H A Dkernel_object.h43 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,
H A Dtyped_fs_factory.h16 ScopedFilesystem* out_fs) {
H A Dkernel_handle.h44 KernelHandle(const ScopedFilesystem& fs, const ScopedNode& node);
74 const ScopedFilesystem& filesystem() { return filesystem_; }
85 ScopedFilesystem filesystem_;
H A Dkernel_object.cc34 Error KernelObject::AttachFsAtPath(const ScopedFilesystem& fs,
49 ScopedFilesystem* out_fs) {
74 ScopedFilesystem* out_fs,
103 ScopedFilesystem* out_fs,
143 ScopedFilesystem fs;
H A Dfilesystem.h28 typedef sdk_util::ScopedRef<Filesystem> ScopedFilesystem; typedef in namespace:nacl_io
H A Dkernel_proxy.cc84 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
[all...]
H A Dkernel_proxy.h228 ScopedFilesystem* out_filesystem);
230 Error CreateFsNode(const ScopedFilesystem& fs);
H A Dkernel_handle.cc23 KernelHandle::KernelHandle(const ScopedFilesystem& fs, const ScopedNode& node)
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/fusefs/
H A Dfuse_fs_factory.h19 ScopedFilesystem* out_fs);
H A Dfuse_fs_factory.cc15 ScopedFilesystem* out_fs) {
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dkernel_object_test.cc49 KernelHandleForTesting(const ScopedFilesystem& fs, const ScopedNode& node)
67 ScopedFilesystem fs;
H A Dmem_fs_node_test.cc198 ScopedFilesystem fs(new MemFsForTesting());
325 ScopedFilesystem fs(new MemFsForTesting());
H A Dkernel_proxy_test.cc45 ScopedFilesystem fs;
787 SingletonFsFactory(const ScopedFilesystem& filesystem) : mount_(filesystem) {}
790 ScopedFilesystem* out_fs) {
796 ScopedFilesystem mount_;
H A Devent_test.cc218 ScopedFilesystem fs(new StreamFsForTesting());
H A Djspipe_test.cc222 ScopedFilesystem fs;

Completed in 720 milliseconds