HomeSort by relevance Sort by last modified time
    Searched refs:DevFs (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
dev_fs.h 15 class DevFs : public Filesystem {
29 DevFs();
37 friend class TypedFsFactory<DevFs>;
38 DISALLOW_COPY_AND_ASSIGN(DevFs);
dev_fs.cc 9 #include "nacl_io/devfs/dev_fs.h"
17 #include "nacl_io/devfs/jspipe_node.h"
18 #include "nacl_io/devfs/tty_node.h"
243 Error DevFs::OpenWithMode(const Path& path, int open_flags,
251 LOG_TRACE("Bad devfs path: %s", path.Join().c_str());
260 LOG_TRACE("Cannot create devfs node: %s", path.Join().c_str());
267 Error DevFs::Unlink(const Path& path) {
272 Error DevFs::Mkdir(const Path& path, int permissions) {
277 Error DevFs::Rmdir(const Path& path) {
282 Error DevFs::Remove(const Path& path)
    [all...]
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
dev_fs_for_testing.h 10 #include "nacl_io/devfs/dev_fs.h"
15 class DevFsForTesting : public nacl_io::DevFs {
jspipe_test.cc 17 #include "nacl_io/devfs/dev_fs.h"
220 // Create a devfs filesystem without giving it any Pepper implemenation.
221 TypedFsFactory<DevFs> factory;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
dir_node.h 17 class DevFs;
63 friend class DevFs;
node.h 139 friend class DevFs;
kernel_proxy.h 11 #include "nacl_io/devfs/dev_fs.h"
235 sdk_util::ScopedRef<DevFs> dev_fs_;
kernel_proxy.cc 21 #include "nacl_io/devfs/dev_fs.h"
79 factories_["dev"] = new TypedFsFactory<DevFs>;
93 dev_fs_ = sdk_util::static_scoped_ref_cast<DevFs>(fs);
    [all...]

Completed in 718 milliseconds