Home
last modified time | relevance | path

Searched defs:filesystem_type (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
Dfake_pepper_interface_html5_fs.h91 PP_FileSystemType filesystem_type() const { return filesystem_type_; } in filesystem_type() function
Dfake_pepper_interface_html5_fs.cc670 PP_FileSystemType filesystem_type) { in Create()
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/html5fs/
Dhtml5_fs.cc193 PP_FileSystemType filesystem_type = PP_FILESYSTEMTYPE_LOCALPERSISTENT; in Init() local