HomeSort by relevance Sort by last modified time
    Searched defs:Html5Fs (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/html5fs/
html5_fs.h 19 class Html5Fs : public Filesystem {
42 Html5Fs();
68 friend class TypedFsFactory<Html5Fs>;
html5_fs.cc 5 #include "nacl_io/html5fs/html5_fs.h"
17 #include "nacl_io/html5fs/html5_fs_node.h"
33 ino_t Html5Fs::HashPathSegment(ino_t hash, const char *str, size_t len) {
42 ino_t Html5Fs::HashPath(const Path& path) {
60 void Html5Fs::OnNodeCreated(Node* node) {
64 void Html5Fs::OnNodeDestroyed(Node* node) {}
67 Error Html5Fs::OpenWithMode(const Path& path, int open_flags, mode_t mode,
92 Path Html5Fs::GetFullPath(const Path& path) {
98 Error Html5Fs::Unlink(const Path& path) {
102 Error Html5Fs::Mkdir(const Path& path, int permissions)
    [all...]

Completed in 66 milliseconds