HomeSort by relevance Sort by last modified time
    Searched refs:PlatformFileError (Results 1 - 25 of 254) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/content/common/
file_utilities_messages.h 19 base::PlatformFileError /* status */)
  /external/chromium_org/webkit/browser/fileapi/
native_file_util.h 41 static base::PlatformFileError CreateOrOpen(
46 static base::PlatformFileError Close(base::PlatformFile file);
47 static base::PlatformFileError EnsureFileExists(const base::FilePath& path,
49 static base::PlatformFileError CreateDirectory(const base::FilePath& path,
52 static base::PlatformFileError GetFileInfo(const base::FilePath& path,
57 static base::PlatformFileError Touch(const base::FilePath& path,
60 static base::PlatformFileError Truncate(const base::FilePath& path,
64 static base::PlatformFileError CopyOrMoveFile(
69 static base::PlatformFileError DeleteFile(const base::FilePath& path);
70 static base::PlatformFileError DeleteDirectory(const base::FilePath& path)
    [all...]
async_file_test_helper.h 31 static base::PlatformFileError Copy(FileSystemContext* context,
36 static base::PlatformFileError CopyWithProgress(
43 static base::PlatformFileError Move(FileSystemContext* context,
48 static base::PlatformFileError Remove(FileSystemContext* context,
53 static base::PlatformFileError ReadDirectory(FileSystemContext* context,
58 static base::PlatformFileError CreateDirectory(FileSystemContext* context,
62 static base::PlatformFileError CreateFile(FileSystemContext* context,
66 static base::PlatformFileError CreateFileWithData(
73 static base::PlatformFileError TruncateFile(FileSystemContext* context,
78 static base::PlatformFileError GetMetadata(FileSystemContext* context
    [all...]
file_system_file_util.h 63 virtual base::PlatformFileError CreateOrOpen(
72 virtual base::PlatformFileError Close(
79 virtual base::PlatformFileError EnsureFileExists(
85 virtual base::PlatformFileError CreateDirectory(
93 virtual base::PlatformFileError GetFileInfo(
113 virtual base::PlatformFileError GetLocalFilePath(
120 virtual base::PlatformFileError Touch(
128 virtual base::PlatformFileError Truncate(
146 virtual base::PlatformFileError CopyOrMoveFile(
156 virtual base::PlatformFileError CopyInForeignFile
    [all...]
local_file_util.h 33 virtual base::PlatformFileError CreateOrOpen(
39 virtual base::PlatformFileError Close(
42 virtual base::PlatformFileError EnsureFileExists(
45 virtual base::PlatformFileError CreateDirectory(
50 virtual base::PlatformFileError GetFileInfo(
58 virtual base::PlatformFileError GetLocalFilePath(
62 virtual base::PlatformFileError Touch(
67 virtual base::PlatformFileError Truncate(
71 virtual base::PlatformFileError CopyOrMoveFile(
77 virtual base::PlatformFileError CopyInForeignFile
    [all...]
async_file_test_helper.cc 25 base::PlatformFileError* result_out,
26 base::PlatformFileError result) {
31 base::Callback<void(base::PlatformFileError)>
33 base::PlatformFileError* result) {
38 base::PlatformFileError* result_out,
40 base::PlatformFileError result,
50 base::PlatformFileError* result_out,
52 base::PlatformFileError result,
64 base::PlatformFileError* result_out,
66 base::PlatformFileError result
    [all...]
remove_operation_delegate.h 32 void DidTryRemoveFile(base::PlatformFileError error);
33 void DidTryRemoveDirectory(base::PlatformFileError remove_file_error,
34 base::PlatformFileError remove_directory_error);
36 base::PlatformFileError error);
recursive_operation_delegate.h 124 base::PlatformFileError error);
126 void DidProcessDirectory(base::PlatformFileError error);
128 base::PlatformFileError error,
132 void DidProcessFile(base::PlatformFileError error);
134 void DidPostProcessDirectory(base::PlatformFileError error);
137 void Done(base::PlatformFileError error);
obfuscated_file_util.h 109 virtual base::PlatformFileError CreateOrOpen(
115 virtual base::PlatformFileError Close(
118 virtual base::PlatformFileError EnsureFileExists(
121 virtual base::PlatformFileError CreateDirectory(
126 virtual base::PlatformFileError GetFileInfo(
134 virtual base::PlatformFileError GetLocalFilePath(
138 virtual base::PlatformFileError Touch(
143 virtual base::PlatformFileError Truncate(
147 virtual base::PlatformFileError CopyOrMoveFile(
153 virtual base::PlatformFileError CopyInForeignFile
    [all...]
local_file_util.cc 25 using base::PlatformFileError;
81 PlatformFileError LocalFileUtil::CreateOrOpen(
87 PlatformFileError error = GetLocalFilePath(context, url, &file_path);
97 PlatformFileError LocalFileUtil::Close(FileSystemOperationContext* context,
102 PlatformFileError LocalFileUtil::EnsureFileExists(
107 PlatformFileError error = GetLocalFilePath(context, url, &file_path);
113 PlatformFileError LocalFileUtil::CreateDirectory(
119 PlatformFileError error = GetLocalFilePath(context, url, &file_path);
125 PlatformFileError LocalFileUtil::GetFileInfo(
131 PlatformFileError error = GetLocalFilePath(context, url, &file_path)
    [all...]
remove_operation_delegate.cc 53 base::PlatformFileError error) {
66 base::PlatformFileError remove_file_error,
67 base::PlatformFileError remove_directory_error) {
75 base::PlatformFileError error) {
transient_file_util.h 26 base::PlatformFileError* error,
file_writer_delegate.h 32 typedef base::Callback<void(base::PlatformFileError result,
66 base::PlatformFileError error,
72 void OnError(base::PlatformFileError error);
75 void FlushForCompletion(base::PlatformFileError error,
78 void OnFlushed(base::PlatformFileError error,
  /external/chromium_org/base/files/
file_util_proxy.h 29 typedef Callback<void(PlatformFileError)> StatusCallback;
31 typedef Callback<void(PlatformFileError,
34 typedef Callback<void(PlatformFileError,
37 typedef Callback<void(PlatformFileError,
39 typedef Callback<void(PlatformFileError,
42 typedef Callback<void(PlatformFileError,
45 typedef Callback<PlatformFileError(PlatformFile*, bool*)> CreateOrOpenTask;
46 typedef Callback<PlatformFileError(PlatformFile)> CloseTask;
47 typedef Callback<PlatformFileError(void)> FileTask;
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
picasa_file_util.h 43 virtual base::PlatformFileError GetFileInfoSync(
48 virtual base::PlatformFileError ReadDirectorySync(
52 virtual base::PlatformFileError DeleteDirectorySync(
55 virtual base::PlatformFileError DeleteFileSync(
58 virtual base::PlatformFileError GetLocalFilePath(
iphoto_file_util.h 51 virtual base::PlatformFileError GetFileInfoSync(
56 virtual base::PlatformFileError ReadDirectorySync(
60 virtual base::PlatformFileError DeleteDirectorySync(
63 virtual base::PlatformFileError DeleteFileSync(
66 virtual base::PlatformFileError GetLocalFilePath(
itunes_file_util.h 42 virtual base::PlatformFileError GetFileInfoSync(
47 virtual base::PlatformFileError ReadDirectorySync(
51 virtual base::PlatformFileError DeleteDirectorySync(
54 virtual base::PlatformFileError DeleteFileSync(
57 virtual base::PlatformFileError CreateSnapshotFileSync(
63 virtual base::PlatformFileError GetLocalFilePath(
  /external/chromium_org/chrome/browser/sync_file_system/local/
root_delete_helper.h 33 typedef base::Callback<void(base::PlatformFileError)> FileStatusCallback;
44 void DidDeleteFileSystem(base::PlatformFileError error);
48 base::PlatformFileError error);
canned_syncable_file_system.h 60 base::PlatformFileError result)>
62 typedef base::Callback<void(base::PlatformFileError)> StatusCallback;
86 base::PlatformFileError OpenFileSystem();
109 base::PlatformFileError CreateDirectory(const fileapi::FileSystemURL& url);
110 base::PlatformFileError CreateFile(const fileapi::FileSystemURL& url);
111 base::PlatformFileError Copy(const fileapi::FileSystemURL& src_url,
113 base::PlatformFileError Move(const fileapi::FileSystemURL& src_url,
115 base::PlatformFileError TruncateFile(const fileapi::FileSystemURL& url,
117 base::PlatformFileError TouchFile(const fileapi::FileSystemURL& url,
120 base::PlatformFileError Remove(const fileapi::FileSystemURL& url
    [all...]
  /external/chromium_org/content/browser/fileapi/
file_system_operation_runner_unittest.cc 18 base::PlatformFileError *status_out,
19 base::PlatformFileError status) {
27 base::PlatformFileError *status_out,
28 base::PlatformFileError status) {
73 base::PlatformFileError status = base::PLATFORM_FILE_ERROR_FAILED;
86 base::PlatformFileError status = base::PLATFORM_FILE_ERROR_FAILED;
102 base::PlatformFileError status = base::PLATFORM_FILE_ERROR_FAILED;
103 base::PlatformFileError cancel_status = base::PLATFORM_FILE_ERROR_FAILED;
127 base::PlatformFileError status = base::PLATFORM_FILE_ERROR_FAILED;
128 base::PlatformFileError cancel_status = base::PLATFORM_FILE_ERROR_FAILED
    [all...]
  /external/chromium_org/base/
platform_file.cc 21 PlatformFileError* error) {
platform_file.h 70 enum PlatformFileError {
130 BASE_EXPORT PlatformFileError LastErrorToPlatformFileError(DWORD last_error);
134 BASE_EXPORT PlatformFileError ErrnoToPlatformFileError(int saved_errno);
147 PlatformFileError* error);
154 PlatformFileError* error);
244 BASE_EXPORT PlatformFileError LockPlatformFile(PlatformFile file);
247 BASE_EXPORT PlatformFileError UnlockPlatformFile(PlatformFile file);
  /external/chromium_org/ppapi/shared_impl/
file_type_conversion.h 17 base::PlatformFileError error_code);
  /external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_delegate_impl_win.h 75 const base::Callback<base::PlatformFileError(void)>& task,
76 const base::Callback<void(base::PlatformFileError)>& reply);
79 const base::Callback<base::PlatformFileError(void)> task;
80 const base::Callback<void(base::PlatformFileError)> reply;
144 base::PlatformFileError error);
157 base::PlatformFileError error);
169 base::PlatformFileError error);
  /external/chromium_org/chrome/browser/chromeos/drive/
fileapi_worker.h 48 void(base::PlatformFileError result)> StatusCallback;
50 void(base::PlatformFileError result,
53 void(base::PlatformFileError result,
57 void(base::PlatformFileError result,
63 void(base::PlatformFileError result,
68 void(base::PlatformFileError result,

Completed in 1753 milliseconds

1 2 3 4 5 6 7 8 91011