Searched defs:local_path (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/ui/shell_dialogs/
H A Dselected_file_info.h27 base::FilePath local_path; member in struct:ui::SelectedFileInfo
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dextension_to_load.py53 def local_path(self): member in class:ExtensionToLoad
58 @local_path.setter
59 def local_path(self, local_path): member in class:ExtensionToLoad
60 self._local_path = local_path
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dtruncate_operation_unittest.cc49 base::FilePath local_path; local
56 GetLocalId(file_in_root), &local_path),
63 base::GetFileSize(local_path, &local_file_size);
112 base::FilePath local_path; local
119 GetLocalId(file_in_root), &local_path),
126 ASSERT_TRUE(base::ReadFileToString(local_path, &content));
H A Dget_file_for_saving_operation_unittest.cc82 base::FilePath local_path; local
86 &error, &local_path, &entry));
114 google_apis::test_util::WriteStringToFile(local_path, "hello");
129 base::FilePath local_path; local
133 &error, &local_path, &entry));
140 EXPECT_TRUE(base::GetFileSize(local_path, &size));
153 base::FilePath local_path; local
157 &error, &local_path, &entry));
H A Ddownload_operation_unittest.cc298 base::FilePath local_path, local_path_dontcare; local
308 &initialized_error, &entry, &local_path, &cancel_download),
315 // In this case, |local_path| is empty while |cancel_download| is not.
318 ASSERT_TRUE(local_path.empty());
335 base::FilePath local_path, local_path_dontcare; local
345 &initialized_error, &entry, &local_path, &cancel_download),
352 // |local_path| should not be empty while |cancel_download| is empty.
355 ASSERT_TRUE(!local_path.empty());
360 base::GetFileSize(local_path, &local_file_size);
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfile_watcher.cc83 const base::FilePath& local_path,
94 local_path,
82 WatchLocalFile( const base::FilePath& local_path, const base::FilePathWatcher::Callback& file_watcher_callback, const BoolCallback& callback) argument
/external/chromium_org/chrome/browser/chromeos/fileapi/
H A Dfile_system_backend_unittest.cc245 const base::FilePath::CharType* const local_path; member in class:__anon4589::TestCase::base::FilePath
266 base::FilePath local_path(kTestCases[i].local_path);
268 backend.GetVirtualPath(local_path, &virtual_path))
269 << "Resolving " << kTestCases[i].local_path;
278 << "Resolving " << kTestCases[i].local_path;
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dwebkit_file_stream_writer_impl.cc136 const base::FilePath& local_path,
171 file_task_runner_.get(), local_path, offset_));
132 WriteAfterCreateWritableSnapshotFile( net::IOBuffer* buf, int buf_len, base::PlatformFileError open_result, const base::FilePath& local_path, const base::Closure& close_callback_on_ui_thread) argument
H A Dasync_file_util.cc100 const base::FilePath& local_path,
109 local_path,
112 callback.Run(error, file_info, local_path, file_reference);
96 RunCreateSnapshotFileCallback( const AsyncFileUtil::CreateSnapshotFileCallback& callback, base::PlatformFileError error, const base::PlatformFileInfo& file_info, const base::FilePath& local_path, webkit_blob::ScopedFile::ScopeOutPolicy scope_out_policy) argument
H A Dfileapi_worker.cc100 // Runs |callback| with arguments based on |error|, |local_path| and |entry|.
103 const base::FilePath& local_path,
133 callback.Run(base::PLATFORM_FILE_OK, file_info, local_path, scope_out_policy);
136 // Runs |callback| with arguments converted from |error| and |local_path|.
140 const base::FilePath& local_path,
143 callback.Run(FileErrorToPlatformError(error), local_path, close_callback); local
158 const base::FilePath& local_path,
169 // Here, the file should be at |local_path|, but there may be timing issue.
190 local_path, file_flags, static_cast<bool*>(NULL), result),
101 RunCreateSnapshotFileCallback(const CreateSnapshotFileCallback& callback, FileError error, const base::FilePath& local_path, scoped_ptr<ResourceEntry> entry) argument
137 RunCreateWritableSnapshotFileCallback( const CreateWritableSnapshotFileCallback& callback, FileError error, const base::FilePath& local_path, const base::Closure& close_callback) argument
155 OpenFileAfterFileSystemOpenFile(int file_flags, const OpenFileCallback& callback, FileError error, const base::FilePath& local_path, const base::Closure& close_callback) argument
H A Dsync_client.cc387 const base::FilePath& local_path,
395 DVLOG(1) << "Fetched " << local_id << ": " << local_path.value();
385 OnFetchFileComplete(const std::string& local_id, FileError error, const base::FilePath& local_path, scoped_ptr<ResourceEntry> entry) argument
/external/chromium_org/webkit/browser/fileapi/
H A Dexternal_mount_points_unittest.cc167 const base::FilePath::CharType* const local_path; member in class:__anon15687::TestCase::base::FilePath
220 base::FilePath local_path(kTestCases[i].local_path);
222 mount_points->GetVirtualPath(local_path, &virtual_path))
223 << "Resolving " << kTestCases[i].local_path;
232 << "Resolving " << kTestCases[i].local_path;
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dfunctional.rb25 def local_path( *parts ) method in class:ANTLR3.Test.Location
30 local_path( name )
110 path = local_path( name.to_s )
162 def local_path( *args ) method in class:ANTLR3.Test.Functional
163 self.class.local_path( *args )
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_util.cc112 base::FilePath local_path; local
114 local_path = local_file_path;
119 params->selected_files.push_back(ui::SelectedFileInfo(file_path, local_path));
H A Dprivate_api_drive.cc295 const base::FilePath& local_path,
300 local_paths_.push_back(local_path.AsUTF8Unsafe());
301 DVLOG(1) << "Got " << drive_path.value() << " as " << local_path.value();
293 OnFileReady( drive::FileError error, const base::FilePath& local_path, scoped_ptr<drive::ResourceEntry> entry) argument
H A Dprivate_api_file_system.cc355 base::FilePath local_path = file_watch_url.path(); local
357 if (local_path.empty()) {
361 PerformFileWatchOperation(local_path, virtual_path, extension_id());
367 const base::FilePath& local_path,
375 local_path,
382 const base::FilePath& local_path,
389 event_router->RemoveFileWatch(local_path, extension_id);
366 PerformFileWatchOperation( const base::FilePath& local_path, const base::FilePath& virtual_path, const std::string& extension_id) argument
381 PerformFileWatchOperation( const base::FilePath& local_path, const base::FilePath& unused, const std::string& extension_id) argument
/external/chromium_org/chrome/browser/sync_file_system/
H A Dfake_remote_change_processor.cc67 const base::FilePath& local_path,
65 ApplyRemoteChange( const FileChange& change, const base::FilePath& local_path, const fileapi::FileSystemURL& url, const SyncStatusCallback& callback) argument
/external/chromium_org/content/public/test/
H A Dsandbox_file_system_test_helper.cc71 base::FilePath local_path; local
73 file_util_->GetLocalFilePath(context.get(), CreateURL(path), &local_path);
74 return local_path;
/external/chromium_org/content/shell/browser/
H A Dshell_browser_main.cc82 base::FilePath local_path; local
86 if (net::FileURLToFilePath(test_url, &local_path))
87 *current_working_directory = local_path.DirName();
/external/chromium_org/chrome/browser/drive/
H A Ddrive_uploader.cc49 UploadFileInfo(const base::FilePath& local_path, argument
53 : file_path(local_path),
H A Ddrive_uploader_unittest.cc318 base::FilePath local_path; local
321 temp_dir_.path(), 0, &local_path, &data));
327 MockDriveServiceWithUploadExpectation mock_service(local_path, data.size());
333 local_path,
353 base::FilePath local_path; local
356 temp_dir_.path(), 512 * 1024, &local_path, &data));
362 MockDriveServiceWithUploadExpectation mock_service(local_path, data.size());
368 local_path,
390 base::FilePath local_path; local
393 temp_dir_.path(), 512 * 1024, &local_path,
417 base::FilePath local_path; local
443 base::FilePath local_path; local
470 base::FilePath local_path; local
496 base::FilePath local_path; local
509 local_path, local
543 base::FilePath local_path; local
562 local_path, local
[all...]
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_operations_util.cc367 const base::FilePath& local_path,
371 DCHECK(!local_path.empty());
390 if (file_util::AppendToFile(local_path, buffer.c_str(), data_len) != data_len)
366 CopyDataChunkToLocalFile(IStream* stream, const base::FilePath& local_path, size_t optimal_transfer_size) argument
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dlocal_to_remote_syncer.cc58 const base::FilePath& local_path,
63 local_path_(local_path),
55 LocalToRemoteSyncer(SyncEngineContext* sync_context, const SyncFileMetadata& local_metadata, const FileChange& local_change, const base::FilePath& local_path, const fileapi::FileSystemURL& url) argument
H A Dlocal_to_remote_syncer_unittest.cc158 base::FilePath local_path = base::FilePath::FromUTF8Unsafe("dummy"); local
161 file_change, local_path, url));
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
H A Dlocal_sync_delegate.cc21 const base::FilePath& local_path,
28 local_path_(local_path),
18 LocalSyncDelegate( DriveFileSyncService* sync_service, const FileChange& local_change, const base::FilePath& local_path, const SyncFileMetadata& local_metadata, const fileapi::FileSystemURL& url) argument

Completed in 1726 milliseconds

12