HomeSort by relevance Sort by last modified time
    Searched defs:file_path (Results 76 - 100 of 153) sorted by null

1 2 34 5 6 7

  /external/chromium_org/webkit/browser/fileapi/
local_file_util.cc 83 base::FilePath file_path; local
84 PlatformFileError error = GetLocalFilePath(context, url, &file_path);
88 if (file_util::IsLink(file_path))
91 file_path, file_flags, file_handle, created);
103 base::FilePath file_path; local
104 PlatformFileError error = GetLocalFilePath(context, url, &file_path);
107 return NativeFileUtil::EnsureFileExists(file_path, created);
115 base::FilePath file_path; local
116 PlatformFileError error = GetLocalFilePath(context, url, &file_path);
119 return NativeFileUtil::CreateDirectory(file_path, exclusive, recursive)
127 base::FilePath file_path; local
144 base::FilePath file_path; local
172 base::FilePath file_path; local
183 base::FilePath file_path; local
226 base::FilePath file_path; local
236 base::FilePath file_path; local
    [all...]
  /external/chromium_org/webkit/support/
test_webkit_platform_support.cc 9 #include "base/files/file_path.h"
260 const WebKit::WebString& file_path) {
261 url_loader_factory_.RegisterURL(url, response, file_path);
314 base::FilePath file_path = base::FilePath::FromUTF16Unsafe(path); local
317 file_util::ReadFileToString(file_path, &buffer);
weburl_loader_mock_factory.cc 29 base::FilePath file_path; member in struct:WebURLLoaderMockFactory::ResponseInfo
38 const WebString& file_path) {
41 if (!file_path.isNull() && !file_path.isEmpty()) {
44 response_info.file_path =
45 base::FilePath(static_cast<std::string>(file_path.utf8()));
47 string16 file_path_16 = file_path;
48 response_info.file_path = base::FilePath(std::wstring(
51 DCHECK(base::PathExists(response_info.file_path))
52 << response_info.file_path.MaybeAsASCII() << " does not exist."
    [all...]
  /external/chromium/chrome/browser/
browser_focus_uitest.cc 144 FilePath file_path; local
145 bool r = PathService::Get(chrome::DIR_TEST_DATA, &file_path);
147 file_path = file_path.AppendASCII("focus");
148 file_path = file_path.AppendASCII(kTypicalPageName);
149 r = file_util::ReadFileToString(file_path, &html_contents_);
    [all...]
  /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
  /external/chromium/chrome/browser/download/
save_file_manager.cc 456 FilePath file_path; local
457 net::FileURLToFilePath(original_file_url, &file_path);
460 if (file_path.empty())
465 bool success = file_util::CopyFile(file_path, save_file->full_path());
  /external/chromium/chrome/browser/first_run/
first_run.cc 434 FilePath file_path = cmdline.GetSwitchValuePath(switches::kImportFromFile); local
435 if (file_path.empty()) {
444 source_profile.source_path = file_path;
  /external/chromium/chrome/browser/ui/webui/
plugins_ui.cc 265 FilePath::StringType file_path; local
266 if (!args->GetString(0, &file_path))
269 plugin_updater->EnablePlugin(enable, file_path);
  /external/chromium/net/base/
gzip_filter_unittest.cc 69 FilePath file_path; local
70 PathService::Get(base::DIR_SOURCE_ROOT, &file_path);
71 file_path = file_path.AppendASCII("net");
72 file_path = file_path.AppendASCII("data");
73 file_path = file_path.AppendASCII("filter_unittests");
74 file_path = file_path.AppendASCII("google.txt")
    [all...]
upload_data.h 12 #include "base/file_path.h"
58 const FilePath& file_path() const { return file_path_; } function in class:net::UploadData::Element
147 void AppendFile(const FilePath& file_path);
149 void AppendFileRange(const FilePath& file_path,
207 return a.file_path() == b.file_path() &&
  /external/chromium/webkit/glue/
dom_serializer_unittest.cc 6 #include "base/file_path.h"
178 WebString file_path = webkit_glue::FilePathStringToWebString( local
180 local_paths_.assign(&file_path, 1);
    [all...]
glue_serialize.cc 272 WebString file_path = ReadString(obj); local
281 http_body.appendFileRange(file_path, file_start, file_length,
  /external/chromium_org/apps/
saved_files_service.cc 122 base::FilePath file_path; local
123 if (!GetValueAsFilePath(*path_value, &file_path))
134 SavedFileEntry(it.key(), file_path, writable, sequence_number));
158 const base::FilePath& file_path,
233 const base::FilePath& file_path,
235 GetOrInsert(extension_id)->RegisterFileEntry(id, file_path, writable);
318 const base::FilePath& file_path,
324 std::make_pair(id, new SavedFileEntry(id, file_path, writable, 0)));
  /external/chromium_org/ash/system/tray/
system_tray_delegate.h 13 #include "base/files/file_path.h"
77 base::FilePath file_path; member in struct:ash::DriveOperationStatus
  /external/chromium_org/chrome/browser/chromeos/drive/
change_list_loader_unittest.cc 185 base::FilePath file_path = local
189 metadata_->GetResourceEntryByPath(file_path, &entry));
251 base::FilePath file_path = local
255 metadata_->GetResourceEntryByPath(file_path, &entry));
286 base::FilePath file_path = local
289 metadata_->GetResourceEntryByPath(file_path, &entry));
303 metadata_->GetResourceEntryByPath(file_path, &entry));
341 base::FilePath file_path = local
345 metadata_->GetResourceEntryByPath(file_path, &entry));
download_handler.cc 35 const base::FilePath& file_path() const { return file_path_; } function in class:drive::__anon6767::DriveUserData
187 return data ? data->file_path() : base::FilePath();
job_list.h 11 #include "base/files/file_path.h"
85 base::FilePath file_path; member in struct:drive::JobInfo
resource_metadata_unittest.cc 167 const base::FilePath& file_path) {
171 file_path,
565 base::FilePath file_path; local
570 google_apis::test_util::CreateCopyResultCallback(&error, &file_path));
573 EXPECT_EQ(kDirectoryPath, file_path);
654 base::FilePath file_path; local
658 google_apis::test_util::CreateCopyResultCallback(&error, &file_path));
661 EXPECT_EQ(kDirectoryPath, file_path);
747 base::FilePath file_path; local
752 google_apis::test_util::CreateCopyResultCallback(&error, &file_path));
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
native_media_file_util.cc 402 base::FilePath file_path; local
403 base::PlatformFileError error = GetLocalFilePath(context, url, &file_path);
406 return fileapi::NativeFileUtil::CreateDirectory(file_path, exclusive,
471 base::FilePath file_path; local
472 base::PlatformFileError error = GetLocalFilePath(context, url, &file_path);
475 if (file_util::IsLink(file_path))
477 error = fileapi::NativeFileUtil::GetFileInfo(file_path, file_info);
482 *platform_path = file_path;
484 media_path_filter_->Match(file_path)) {
557 base::FilePath file_path; local
589 base::FilePath file_path; local
608 base::FilePath file_path; local
    [all...]
  /external/chromium_org/chrome/browser/nacl_host/
pnacl_host.cc 10 #include "base/files/file_path.h"
119 base::FilePath file_path; local
121 ? file_util::CreateTemporaryFile(&file_path)
122 : file_util::CreateTemporaryFileInDir(temp_dir, &file_path);
130 file_path,
  /external/chromium_org/chrome/browser/policy/
url_blacklist_manager.cc 8 #include "base/files/file_path.h"
165 base::FilePath file_path; local
166 if (!net::FileURLToFilePath(GURL(filter), &file_path))
174 *path = (filter == "file://*") ? "" : file_path.AsUTF8Unsafe();
  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_service.cc 353 base::FilePath file_path = base::FilePath::FromUTF8Unsafe(path_string); local
354 FileSystemURL url = CreateSyncableFileSystemURL(origin, file_path);
  /external/chromium_org/chrome/browser/ui/
browser_focus_uitest.cc 170 base::FilePath file_path; local
171 bool r = PathService::Get(chrome::DIR_TEST_DATA, &file_path);
173 file_path = file_path.AppendASCII("focus");
174 file_path = file_path.AppendASCII(kTypicalPageName);
175 r = file_util::ReadFileToString(file_path, &html_contents_);
    [all...]
  /external/chromium_org/chrome/common/net/
url_fixer_upper.cc 106 base::FilePath file_path = base::MakeAbsoluteFilePath(base::FilePath(text)); local
107 if (file_path.empty())
110 if (!base::PathExists(file_path))
113 *full_path = file_path;
  /external/chromium_org/chrome/renderer/pepper/
ppb_nacl_private_impl.cc 334 base::FilePath file_path; local

Completed in 680 milliseconds

1 2 34 5 6 7