Searched refs:drive (Results 26 - 50 of 326) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_mount.cc11 #include "chrome/browser/chromeos/drive/file_system_interface.h"
12 #include "chrome/browser/chromeos/drive/file_system_util.h"
16 #include "chrome/browser/drive/event_logger.h"
21 #include "google_apis/drive/task_util.h"
35 const base::Callback<void(drive::FileError, const base::FilePath&)>&
40 callback.Run(drive::FILE_ERROR_ACCESS_DENIED, base::FilePath());
43 callback.Run(drive::FILE_ERROR_OK, path);
53 drive::EventLogger* logger = file_manager::util::GetLogger(GetProfile());
70 if (drive::util::IsUnderDriveMountPoint(path)) {
71 drive
[all...]
H A Devent_router.h15 #include "chrome/browser/chromeos/drive/drive_integration_service.h"
16 #include "chrome/browser/chromeos/drive/file_system_observer.h"
17 #include "chrome/browser/chromeos/drive/job_list.h"
18 #include "chrome/browser/chromeos/drive/sync_client.h"
23 #include "chrome/browser/drive/drive_service_interface.h"
43 namespace drive { namespace
54 public drive::FileSystemObserver,
55 public drive::JobListObserver,
56 public drive::DriveServiceObserver,
98 // drive
[all...]
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Ddrive_internals_ui.cc17 #include "chrome/browser/chromeos/drive/debug_info_collector.h"
18 #include "chrome/browser/chromeos/drive/drive.pb.h"
19 #include "chrome/browser/chromeos/drive/drive_integration_service.h"
20 #include "chrome/browser/chromeos/drive/file_system_util.h"
21 #include "chrome/browser/chromeos/drive/job_list.h"
23 #include "chrome/browser/drive/drive_api_util.h"
24 #include "chrome/browser/drive/drive_notification_manager.h"
25 #include "chrome/browser/drive/drive_notification_manager_factory.h"
26 #include "chrome/browser/drive/drive_service_interfac
[all...]
/external/qemu/distrib/sdl-1.2.15/src/cdrom/freebsd/
H A DSDL_syscdrom.c47 static const char *SDL_SYS_CDName(int drive);
48 static int SDL_SYS_CDOpen(int drive);
62 /* Check a drive to see if it is a CD-ROM */
63 static int CheckDrive(char *drive, struct stat *stbuf) argument
69 if ( stat(drive, stbuf) < 0 ) {
76 cdfd = open(drive, (O_RDONLY|O_EXCL|O_NONBLOCK), 0);
96 /* Add a CD-ROM drive to our list of valid drives */
97 static void AddDrive(char *drive, struct stat *stbuf) argument
103 This can happen when we see a drive via symbolic link.
108 fprintf(stderr, "Duplicate drive detecte
138 char drive[32]; local
232 SDL_SYS_CDName(int drive) argument
237 SDL_SYS_CDOpen(int drive) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/cdrom/openbsd/
H A DSDL_syscdrom.c49 static const char *SDL_SYS_CDName(int drive);
50 static int SDL_SYS_CDOpen(int drive);
65 /* Check a drive to see if it is a CD-ROM */
66 static int CheckDrive(char *drive, struct stat *stbuf) argument
72 if ( stat(drive, stbuf) < 0 ) {
79 cdfd = open(drive, (O_RDONLY|O_EXCL|O_NONBLOCK), 0);
101 /* Add a CD-ROM drive to our list of valid drives */
102 static void AddDrive(char *drive, struct stat *stbuf) argument
108 This can happen when we see a drive via symbolic link.
113 fprintf(stderr, "Duplicate drive detecte
147 char drive[32]; local
241 SDL_SYS_CDName(int drive) argument
246 SDL_SYS_CDOpen(int drive) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dchange_list_loader_observer.h12 namespace drive { namespace
25 // Triggered when content(s) in drive has been changed.
42 } // namespace drive
H A Dfake_free_disk_space_getter.cc5 #include "chrome/browser/chromeos/drive/fake_free_disk_space_getter.h"
7 #include "chrome/browser/chromeos/drive/test_util.h"
9 namespace drive { namespace
31 } // namespace drive
H A Dfake_free_disk_space_getter.h11 #include "chrome/browser/chromeos/drive/file_cache.h"
13 namespace drive { namespace
42 } // namespace drive
H A Dfile_system_observer.h8 #include "chrome/browser/chromeos/drive/file_errors.h"
9 #include "chrome/browser/chromeos/drive/file_system/operation_delegate.h"
15 namespace drive { namespace
25 // |directory_path| is a virtual directory path (/drive/...) representing
30 // Triggared when a specific drive error occurred.
39 } // namespace drive
H A Dfile_write_watcher.h10 #include "chrome/browser/chromeos/drive/file_system_util.h"
16 namespace drive { namespace
60 } // namespace drive
H A Dresource_entry_conversion.h17 namespace drive { namespace
21 // Converts a google_apis::ChangeResource into a drive::ResourceEntry.
30 // 1) Entries without parents are allowed on drive.google.com. These entries are
31 // collected to "drive/other", and have "drive/other" as the parent.
33 // 2) Entries with multiple parents are allowed on drive.google.com. For these
40 // Converts a google_apis::FileResource into a drive::ResourceEntry.
51 } // namespace drive
H A Dsearch_metadata.h10 #include "chrome/browser/chromeos/drive/file_system_interface.h"
18 namespace drive { namespace
51 } // namespace drive
H A Dtest_util.cc5 #include "chrome/browser/chromeos/drive/test_util.h"
9 #include "chrome/browser/chromeos/drive/drive.pb.h"
12 namespace drive { namespace
42 } // namespace drive
H A Dwrite_on_cache_file.h9 #include "chrome/browser/chromeos/drive/file_errors.h"
15 namespace drive { namespace
46 } // namespace drive
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Ddrive_uploader_on_worker.h11 #include "chrome/browser/drive/drive_uploader.h"
27 class DriveUploaderOnWorker : public drive::DriveUploaderInterface {
41 const drive::UploadCompletionCallback& callback,
49 const drive::UploadCompletionCallback& callback,
57 const drive::UploadCompletionCallback& callback,
H A Duninstall_app_task.h15 #include "google_apis/drive/gdata_errorcode.h"
17 namespace drive { namespace
51 drive::DriveServiceInterface* drive_service();
H A Dsync_engine_context.cc12 #include "chrome/browser/drive/drive_service_interface.h"
13 #include "chrome/browser/drive/drive_uploader.h"
22 scoped_ptr<drive::DriveServiceInterface> drive_service,
23 scoped_ptr<drive::DriveUploaderInterface> drive_uploader,
41 drive::DriveServiceInterface* SyncEngineContext::GetDriveService() {
46 drive::DriveUploaderInterface* SyncEngineContext::GetDriveUploader() {
/external/chromium_org/chrome/browser/sync_file_system/
H A Dlogger.h13 #include "chrome/browser/drive/event_logger.h"
33 std::vector<drive::EventLogger::Event> GetLogHistory();
/external/qemu-pc-bios/bochs/bios/
H A Dnotes16 dl (bit 0) --> bit 4 # drive number
24 * drive sets the busy bit in Status Reg to 1
26 > drive sets the aborted-command bit in the Error register and
31 > drive executes an implied seek to desired track and
34 transferred, the drive sets the data-request bit to 1, sets
37 the data, the drive sets the data-request bit and the busy bit to 0.
39 the first sector of data, the drive sets the data-request bit to 0,
41 transferred, the drive sets the data-request bit to 1, the busy bit to 0,
43 the drive sets the data-request bit and busy bit to 0.
/external/chromium_org/chrome/browser/apps/drive/
H A Ddrive_app_provider.h16 #include "chrome/browser/drive/drive_app_registry_observer.h"
19 namespace drive { namespace
35 class DriveAppProvider : public drive::DriveAppRegistryObserver,
51 typedef std::vector<drive::DriveAppInfo> DriveAppInfos;
66 bool IsMappedUrlAppUpToDate(const drive::DriveAppInfo& drive_app) const;
68 void AddOrUpdateDriveApp(const drive::DriveAppInfo& drive_app);
71 // drive::DriveAppRegistryObserver overrides:
/external/qemu/distrib/sdl-1.2.15/src/cdrom/linux/
H A DSDL_syscdrom.c99 static const char *SDL_SYS_CDName(int drive);
100 static int SDL_SYS_CDOpen(int drive);
118 /* Check a drive to see if it is a CD-ROM */
119 static int CheckDrive(char *drive, char *mnttype, struct stat *stbuf) argument
125 if ( stat(drive, stbuf) < 0 ) {
132 cdfd = open(drive, (O_RDONLY|O_NONBLOCK), 0);
153 /* Add a CD-ROM drive to our list of valid drives */
154 static void AddDrive(char *drive, struct stat *stbuf) argument
160 This can happen when we see a drive via symbolic link.
165 fprintf(stderr, "Duplicate drive detecte
267 char drive[32]; local
390 SDL_SYS_CDName(int drive) argument
395 SDL_SYS_CDOpen(int drive) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/cdrom/win32/
H A DSDL_syscdrom.c50 static const char *SDL_SYS_CDName(int drive);
51 static int SDL_SYS_CDOpen(int drive);
62 /* Add a CD-ROM drive to our list of valid drives */
63 static void AddDrive(char *drive) argument
68 /* Add this drive to our list */
70 SDL_cdlist[i] = SDL_strdup(drive);
77 fprintf(stderr, "Added CD-ROM drive: %s\n", drive);
86 char drive[4]; local
102 SDL_snprintf(drive, SDL_arraysiz
126 SDL_SYS_CDName(int drive) argument
131 SDL_SYS_CDOpen(int drive) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/cdrom/bsdi/
H A DSDL_syscdrom.c76 static const char *SDL_SYS_CDName(int drive);
77 static int SDL_SYS_CDOpen(int drive);
188 /* Check a drive to see if it is a CD-ROM */
189 static int CheckDrive(char *drive, struct stat *stbuf) argument
195 if ( stat(drive, stbuf) < 0 ) {
200 cdfd = open(drive, (O_RDONLY|O_EXCL|O_NONBLOCK), 0);
210 /* Add a CD-ROM drive to our list of valid drives */
211 static void AddDrive(char *drive, struct stat *stbuf) argument
217 This can happen when we see a drive via symbolic link.
222 fprintf(stderr, "Duplicate drive detecte
251 char drive[32]; local
333 SDL_SYS_CDName(int drive) argument
338 SDL_SYS_CDOpen(int drive) argument
[all...]
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/
H A Dsync_file_system_browsertest.cc10 #include "chrome/browser/drive/fake_drive_service.h"
31 drive::FakeDriveService::ChangeObserver* change_observer)
35 virtual scoped_ptr<drive::DriveServiceInterface> CreateDriveService(
39 scoped_ptr<drive::FakeDriveService> drive_service(
40 new drive::FakeDriveService);
42 return drive_service.PassAs<drive::DriveServiceInterface>();
46 drive::FakeDriveService::ChangeObserver* change_observer_;
54 public drive::FakeDriveService::ChangeObserver {
118 // drive::FakeDriveService::ChangeObserver override.
157 drive
[all...]
/external/chromium_org/chrome/browser/drive/
H A Ddrive_notification_manager_factory.h15 namespace drive { namespace
47 } // namespace drive

Completed in 574 milliseconds

1234567891011>>