OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MountDev
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_dev.h
15
class
MountDev
: public Mount {
28
MountDev
();
35
friend class TypedMountFactory<
MountDev
>;
36
DISALLOW_COPY_AND_ASSIGN(
MountDev
);
mount_dev.cc
263
Error
MountDev
::Access(const Path& path, int a_mode) {
276
Error
MountDev
::Open(const Path& path,
288
Error
MountDev
::Unlink(const Path& path) { return EPERM; }
290
Error
MountDev
::Mkdir(const Path& path, int permissions) { return EPERM; }
292
Error
MountDev
::Rmdir(const Path& path) { return EPERM; }
294
Error
MountDev
::Remove(const Path& path) { return EPERM; }
296
Error
MountDev
::Rename(const Path& path, const Path& newpath) { return EPERM; }
298
MountDev
::
MountDev
() {}
310
Error
MountDev
::Init(const MountInitArgs& args)
[
all
...]
Completed in 25 milliseconds