Searched defs:DevFs (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
H A Ddev_fs.h15 class DevFs : public Filesystem { class in namespace:nacl_io
29 DevFs();
37 friend class TypedFsFactory<DevFs>;
38 DISALLOW_COPY_AND_ASSIGN(DevFs);
H A Ddev_fs.cc243 Error DevFs::OpenWithMode(const Path& path, int open_flags,
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) {
287 Error DevFs::Rename(const Path& path, const Path& newpath) {
292 Error DevFs::CreateFsNode(Filesystem* other_fs) {
300 Error DevFs::DestroyFsNode(Filesystem* other_fs) {
307 DevFs::DevFs() { function in class:nacl_io::DevFs
[all...]

Completed in 333 milliseconds