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

  /external/chromium_org/chrome/browser/extensions/api/sync_file_system/
sync_file_system_api.cc 281 SyncStatusCode file_error = it->second.first; local
289 if (file_error == sync_file_system::SYNC_STATUS_OK)
292 sync_file_system::SyncStatusCodeToString(file_error));
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_context.cc 672 base::PlatformFileError file_error = file_util->GetFileInfo( local
679 file_error != base::PLATFORM_FILE_OK &&
680 file_error != base::PLATFORM_FILE_ERROR_NOT_FOUND)
681 status = PlatformFileErrorToSyncStatusCode(file_error);
686 if (file_error == base::PLATFORM_FILE_ERROR_NOT_FOUND)
719 base::PlatformFileError file_error) {
724 PlatformFileErrorToSyncStatusCode(file_error)));
730 base::PlatformFileError file_error,
734 if (file_error == base::PLATFORM_FILE_OK) {
743 PlatformFileErrorToSyncStatusCode(file_error),
    [all...]

Completed in 235 milliseconds