Searched refs:file_system (Results 26 - 50 of 212) sorted by relevance

123456789

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dpatcher.py18 def Apply(self, paths, file_system, version=None):
H A Dfile_system_test.py10 file_system = TestFileSystem({ variable
54 for root, dirs, files in file_system.Walk(''):
65 for root, dirs, files in file_system.Walk('', depth=0):
71 for root, dirs, files in file_system.Walk('', depth=1):
79 for root, dirs, files in file_system.Walk('', depth=2):
97 for root, dirs, files in file_system.Walk('templates/public/'):
104 return file_system.Exists(path).Get()
H A Dcontent_providers.py125 file_system = ChrootFileSystem(self._host_file_system,
135 file_system = ChrootFileSystem(self._host_file_system,
147 file_system = self._gcs_file_system_provider.Create(bucket)
149 file_system = ChrootFileSystem(file_system, gcs_config['dir'])
156 file_system = self._github_file_system_provider.Create(
159 file_system = ChrootFileSystem(file_system, github_config['dir'])
167 file_system,
H A Dcontent_provider.py12 from file_system import FileNotFoundError
58 file_system,
65 self.file_system = file_system
67 self._content_cache = compiled_fs_factory.Create(file_system,
70 self._path_canonicalizer = PathCanonicalizer(file_system,
76 self._directory_zipper = DirectoryZipper(compiled_fs_factory, file_system)
107 self.file_system.Stat(path).version)
148 stat_future = self.file_system.StatAsync(ToDirectory(base))
150 stat_future = self._FindFileForPath(path).Then(self.file_system
[all...]
H A Doffline_file_system.py5 from file_system import FileSystem, FileNotFoundError
H A Dapi_categorizer.py16 def __init__(self, file_system, compiled_fs_factory, platform):
17 self._file_system = file_system
18 self._cache = compiled_fs_factory.Create(file_system,
H A Dchroot_file_system.py8 from file_system import FileSystem
18 def __init__(self, file_system, root):
20 |file_system| The FileSystem instance to transpose paths of.
23 self._file_system = file_system
28 # paths given (the result from |file_system| will include |root| in the
H A Dcompiled_file_system.py8 from file_system import FileNotFoundError
82 '''A class to build a CompiledFileSystem backed by |file_system|.
88 def Create(self, file_system, compilation_function, cls, category=None):
89 '''Creates a CompiledFileSystem view over |file_system| that populates
91 |data| is the data that was fetched from |path| in |file_system|.
98 full_name = [cls.__name__, file_system.GetIdentity()]
112 return CompiledFileSystem(file_system,
118 def ForJson(self, file_system):
122 return self.Create(file_system,
129 def ForTemplates(self, file_system)
[all...]
H A Dchained_compiled_file_system.py7 from file_system import FileNotFoundError
33 def Create(self, file_system, populate_function, cls, category=None):
38 for fs in [file_system] + self._file_system_chain),
43 '''|compiled_fs_chain| is a list of tuples (compiled_fs, file_system).
H A Dapp_yaml_helper.py105 def get_app_yaml_revision(file_system):
106 return int(file_system.Stat(APP_YAML).version)
108 def has_greater_app_version(file_system):
110 file_system.ReadSingle(APP_YAML).Get())
/external/chromium_org/ppapi/c/private/
H A Dppb_isolated_file_system_private.h66 * @param[out] file_system An output <code>PP_Resource</code> corresponding
75 PP_Resource* file_system,
/external/chromium_org/ppapi/thunk/
H A Dppb_file_system_thunk.cc34 int32_t Open(PP_Resource file_system, argument
38 EnterResource<PPB_FileSystem_API> enter(file_system, callback, true);
44 PP_FileSystemType GetType(PP_Resource file_system) { argument
46 EnterResource<PPB_FileSystem_API> enter(file_system, true);
H A Dppb_isolated_file_system_private_api.h26 PP_Resource* file_system,
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
H A Dmount_path_util_unittest.cc147 ProvidedFileSystemInterface* file_system = parser.file_system(); local
148 ASSERT_TRUE(file_system);
149 EXPECT_EQ(kFileSystemId, file_system->GetFileSystemInfo().file_system_id());
170 ProvidedFileSystemInterface* file_system = parser.file_system(); local
171 ASSERT_TRUE(file_system);
172 EXPECT_EQ(kFileSystemId, file_system->GetFileSystemInfo().file_system_id());
235 ProvidedFileSystemInterface* file_system = parser.file_system(); local
259 ProvidedFileSystemInterface* file_system = parser.file_system(); local
280 ProvidedFileSystemInterface* file_system = parser.file_system(); local
[all...]
H A Dmount_path_util.cc109 ProvidedFileSystemInterface* const file_system = local
111 if (!file_system)
116 file_system_ = file_system;
161 ProvidedFileSystemInterface* const file_system = local
163 if (!file_system)
168 file_system_ = file_system;
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_system_observer.h9 #include "chrome/browser/chromeos/drive/file_system/operation_delegate.h"
32 virtual void OnDriveSyncError(file_system::DriveSyncErrorType type,
H A Dfile_system.h15 #include "chrome/browser/chromeos/drive/file_system/operation_delegate.h"
48 namespace file_system { namespace in namespace:drive
60 } // namespace file_system
65 public file_system::OperationDelegate {
164 // file_system::OperationDelegate overrides.
168 virtual void OnDriveSyncError(file_system::DriveSyncErrorType type,
244 file_system::DriveSyncErrorType type,
284 scoped_ptr<file_system::CopyOperation> copy_operation_;
285 scoped_ptr<file_system::CreateDirectoryOperation> create_directory_operation_;
286 scoped_ptr<file_system
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/sync/
H A Dentry_revert_performer.h32 namespace file_system { namespace in namespace:drive
34 } // namespace file_system
44 file_system::OperationDelegate* delegate,
77 file_system::OperationDelegate* delegate_;
H A Dentry_update_performer.h31 namespace file_system { namespace in namespace:drive
33 } // namespace file_system
47 file_system::OperationDelegate* delegate,
86 file_system::OperationDelegate* delegate_;
H A Dremove_performer.h29 namespace file_system { namespace in namespace:drive
31 } // namespace file_system
44 file_system::OperationDelegate* delegate,
97 file_system::OperationDelegate* delegate_;
/external/chromium_org/ppapi/proxy/
H A Dfile_system_resource_unittest.cc102 void OpenFileSystem(PP_Resource file_system) { argument
105 file_system,
128 PP_Resource file_system) {
150 PpapiPluginMsg_FileIO_OpenReply(file_system,
162 LockingResourceReleaser file_system(
168 file_system.get(),
186 LockingResourceReleaser file_system(
192 file_system.get(),
211 LockingResourceReleaser file_system(
215 OpenFileSystem(file_system
126 OpenFile(PP_Resource file_io, PP_Resource file_ref, PP_Resource file_system) argument
[all...]
/external/chromium_org/ppapi/tests/
H A Dtest_var_resource.cc37 PP_Resource file_system = file_system_interface_->Create( local
39 ASSERT_NE(0, file_system);
42 PP_Var var = var_interface_->VarFromResource(file_system);
48 ASSERT_EQ(file_system, result);
57 core_interface_->ReleaseResource(file_system);
H A Dtest_file_ref.cc18 #include "ppapi/cpp/file_system.h"
296 pp::FileSystem file_system(instance_, PP_FILESYSTEMTYPE_LOCALTEMPORARY);
297 callback.WaitForResult(file_system.Open(1024, callback.GetCallback()));
302 pp::FileRef dir_ref(file_system, "/dir_make_dir");
317 rv = pp::FileRef(file_system, "/dir_make_dir_abort")
324 dir_ref = pp::FileRef(file_system, "/dir_make_nested_dir_1/dir");
331 dir_ref = pp::FileRef(file_system, "/dir_make_nested_dir_2/dir");
338 dir_ref = pp::FileRef(file_system, "/dir_make_dir_exclusive");
360 pp::FileSystem file_system(instance_, PP_FILESYSTEMTYPE_LOCALTEMPORARY);
361 callback.WaitForResult(file_system
[all...]
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dprovided_file_systems_ui.cc182 file_system_provider::ProvidedFileSystemInterface* const file_system = member in class:chromeos::__anon5452::file_system_provider
186 if (file_system) {
188 file_system->GetRequestManager();
281 file_system_provider::ProvidedFileSystemInterface* const file_system = member in class:chromeos::__anon5452::file_system_provider
284 DCHECK(file_system);
287 file_system->GetRequestManager();
323 file_system_provider::ProvidedFileSystemInterface* const file_system = member in class:chromeos::__anon5452::file_system_provider
326 if (file_system) {
328 file_system->GetRequestManager();
335 file_system_provider::ProvidedFileSystemInterface* const file_system member in class:chromeos::__anon5452::file_system_provider
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Doperation_delegate.h17 namespace file_system { namespace in namespace:drive
52 } // namespace file_system

Completed in 499 milliseconds

123456789