HomeSort by relevance Sort by last modified time
    Searched refs:file_path (Results 226 - 250 of 684) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/history/
top_sites_backend.h 9 #include "base/files/file_path.h"
87 void ResetDatabaseOnDBThread(const base::FilePath& file_path);
  /external/chromium_org/chrome/browser/
icon_loader.h 13 #include "base/files/file_path.h"
61 IconLoader(const base::FilePath& file_path,
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
mtp_device_async_delegate.h 43 // Gets information about the given |file_path| and invokes the appropriate
46 const base::FilePath& file_path,
native_media_file_util.cc 422 base::FilePath file_path; local
423 base::PlatformFileError error = GetLocalFilePath(context, url, &file_path);
426 return fileapi::NativeFileUtil::CreateDirectory(file_path, exclusive,
496 base::FilePath file_path; local
497 base::PlatformFileError error = GetLocalFilePath(context, url, &file_path);
500 if (base::IsLink(file_path))
502 error = fileapi::NativeFileUtil::GetFileInfo(file_path, file_info);
507 *platform_path = file_path;
509 media_path_filter_->Match(file_path)) {
583 base::FilePath file_path; local
597 base::FilePath file_path; local
629 base::FilePath file_path; local
648 base::FilePath file_path; local
    [all...]
  /external/chromium_org/chrome/browser/nacl_host/
nacl_browser_delegate_impl.h 29 base::FilePath* file_path) OVERRIDE;
  /external/chromium_org/chrome/browser/policy/cloud/
test_request_interceptor.h 67 // Returns a JobCallback that will send the contents of |file_path|.
68 static JobCallback FileJob(const base::FilePath& file_path);
  /external/chromium_org/chrome/browser/ui/webui/
profiler_ui.cc 81 base::FilePath file_path; variable
82 file_path = base_path.AppendASCII(filename);
87 if (!base::ReadFileToString(file_path, &file_contents))
88 LOG(ERROR) << "Couldn't read file: " << file_path.value();
  /external/chromium_org/chrome_frame/
com_type_info_holder.cc 57 wchar_t file_path[MAX_PATH]; local
59 file_path, arraysize(file_path));
66 HRESULT hr = LoadTypeLib(file_path, type_lib.Receive());
  /external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
port_monitor.cc 72 base::FilePath file_path; member in struct:cloud_print::__anon10035::PortData
110 base::FilePath file_path; local
114 if (!PathService::Get(path_id, &file_path)) {
118 return file_path.Append(kAppDataDir);
125 for (base::FilePath file_path = enumerator.Next(); !file_path.empty();
126 file_path = enumerator.Next()) {
128 base::DeleteFile(file_path, false);
426 base::FilePath& file_path = port_data->file_path; local
    [all...]
  /external/chromium_org/components/breakpad/tools/
crash_service.h 11 #include "base/files/file_path.h"
93 const std::wstring* file_path);
  /external/chromium_org/components/nacl/browser/
nacl_browser_delegate.h 61 // full pathname of a file in the local filesystem. |file_path| should not be
70 base::FilePath* file_path) = 0;
test_nacl_browser_delegate.cc 46 base::FilePath* file_path) {
test_nacl_browser_delegate.h 38 base::FilePath* file_path) OVERRIDE;
  /external/chromium_org/content/browser/download/
drag_download_file.h 9 #include "base/files/file_path.h"
40 // posix systems. |file_path| is an absolute path on all systems.
41 DragDownloadFile(const base::FilePath& file_path,
  /external/chromium_org/content/child/fileapi/
file_system_dispatcher.h 54 const base::FilePath& file_path,
124 void TouchFile(const GURL& file_path,
132 void CreateSnapshotFile(const GURL& file_path,
145 const base::FilePath& file_path,
  /external/chromium_org/media/filters/
file_data_source.h 10 #include "base/files/file_path.h"
24 bool Initialize(const base::FilePath& file_path);
  /external/chromium_org/media/video/capture/
file_video_capture_device.h 46 explicit FileVideoCaptureDevice(const base::FilePath& file_path);
  /external/chromium_org/net/base/
upload_data.h 37 void AppendFileRange(const base::FilePath& file_path,
  /external/chromium_org/net/url_request/
url_fetcher_impl.cc 35 const base::FilePath& file_path,
40 file_path,
124 const base::FilePath& file_path,
126 core_->SaveResponseToFileAtPath(file_path, file_task_runner);
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
file_input_stream.cc 151 bool FileInputStream::Open(const char* file_path) {
152 assert(file_path);
157 fopen_s(&file_, file_path, "rb");
159 file_ = fopen(file_path, "rb");
  /external/chromium_org/tools/telemetry/telemetry/page/
page_set_archive_info_unittest.py 56 def assertCorrectHashFile(self, file_path):
57 self.assertTrue(os.path.exists(file_path + '.sha1'))
58 with open(file_path + '.sha1', 'rb') as f:
59 self.assertEquals(cloud_storage.GetHash(file_path), f.read())
page_unittest.py 19 self.assertPathEqual(apage.file_path, 'basedir/somedir/otherdir/file.html')
24 self.assertPathEqual(apage.file_path, '/somedir/otherdir/file.html')
29 self.assertPathEqual(apage.file_path, 'basedir/somedir/otherdir/file.html')
66 self.assertPathEqual(ps[0].file_path, 'otherdir/file.html')
  /external/chromium_org/webkit/browser/blob/
local_file_stream_reader.cc 37 const base::FilePath& file_path,
40 return new LocalFileStreamReader(task_runner, file_path, initial_offset,
71 const base::FilePath& file_path,
75 file_path_(file_path),
  /external/sfntly/cpp/src/sfntly/port/
file_input_stream.cc 149 bool FileInputStream::Open(const char* file_path) {
150 assert(file_path);
155 fopen_s(&file_, file_path, "rb");
157 file_ = fopen(file_path, "rb");
  /external/chromium/chrome/browser/chromeos/cros/
mount_library.h 41 const std::string& file_path,
58 const std::string& file_path() const { return file_path_; } function in class:chromeos::MountLibrary::Disk

Completed in 497 milliseconds

1 2 3 4 5 6 7 8 91011>>