Home | History | Annotate | Download | only in browser

Lines Matching refs:filesystem_id

71   // identified by |filesystem_id|. An isolated file system can be
83 const std::string& filesystem_id) = 0;
86 // identified by |filesystem_id|. See comments for GrantReadFileSystem
93 const std::string& filesystem_id) = 0;
96 // identified by |filesystem_id|. See comments for GrantReadFileSystem
104 const std::string& filesystem_id) = 0;
107 // file system identified by |filesystem_id|. See comments for
115 const std::string& filesystem_id) = 0;
117 // Grants permission to copy-into filesystem |filesystem_id|. 'copy-into'
121 const std::string& filesystem_id) = 0;
123 // Grants permission to delete from filesystem |filesystem_id|. 'delete-from'
127 const std::string& filesystem_id) = 0;
133 // Returns true if read access has been granted to |filesystem_id|.
135 const std::string& filesystem_id) = 0;
137 // Returns true if read and write access has been granted to |filesystem_id|.
139 const std::string& filesystem_id) = 0;
141 // Returns true if copy-into access has been granted to |filesystem_id|.
143 const std::string& filesystem_id) = 0;
145 // Returns true if delete-from access has been granted to |filesystem_id|.
147 const std::string& filesystem_id) = 0;