/external/chromium/chrome/browser/chromeos/ |
version_loader.cc | 9 #include "base/file_path.h" 144 const FilePath file_path(kPathVersion); 145 if (file_util::ReadFileToString(file_path, &contents)) { 167 if (file_util::GetFileInfo(file_path, &fileinfo)) { 189 const FilePath file_path(kPathFirmware); 190 if (file_util::ReadFileToString(file_path, &contents)) {
|
/external/chromium/chrome/browser/sync/glue/ |
extension_util_unittest.cc | 7 #include "base/file_path.h" 88 FilePath file_path(kExtensionFilePath); 91 Extension::INTERNAL, 0, file_path)); 95 FilePath file_path(kExtensionFilePath); 98 true, Extension::INTERNAL, 0, file_path)); 102 FilePath file_path(kExtensionFilePath); 105 Extension::INTERNAL, 0, file_path)); 109 FilePath file_path(kExtensionFilePath); 112 Extension::INTERNAL, 0, file_path)); 116 FilePath file_path(kExtensionFilePath) [all...] |
/external/chromium/net/base/ |
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() &&
|
net_util_win.cc | 11 #include "base/file_path.h" 25 bool FileURLToFilePath(const GURL& url, FilePath* file_path) { 26 *file_path = FilePath(); 27 std::wstring& file_path_str = const_cast<std::wstring&>(file_path->value());
|
upload_data_stream_unittest.cc | 10 #include "base/file_path.h" 32 void FileChangedHelper(const FilePath& file_path, 88 void UploadDataStreamTest::FileChangedHelper(const FilePath& file_path, 93 element.SetToFilePathRange(file_path, 1, 2, time);
|
upload_data.cc | 137 void UploadData::AppendFile(const FilePath& file_path) { 140 elements_.back().SetToFilePath(file_path); 143 void UploadData::AppendFileRange(const FilePath& file_path, 148 elements_.back().SetToFilePathRange(file_path, offset, length,
|
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
get_file_for_saving_operation.cc | 51 const base::FilePath& file_path, 57 file_path, 62 file_path, 67 const base::FilePath& file_path, 79 file_path,
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
zip.cc | 86 bool ExcludeNoFilesFilter(const base::FilePath& file_path) { 90 bool ExcludeHiddenFilesFilter(const base::FilePath& file_path) { 91 return file_path.BaseName().value()[0] != '.'; 111 << reader.current_entry_info()->file_path().value(); 116 << reader.current_entry_info()->file_path().value();
|
/external/chromium_org/content/public/browser/ |
download_url_parameters.h | 89 void set_file_path(const base::FilePath& file_path) { 90 save_info_.file_path = file_path; 128 const base::FilePath& file_path() const { return save_info_.file_path; } function in class:content::DownloadUrlParameters
|
/external/chromium_org/content/test/net/ |
url_request_mock_http_job.cc | 55 base::FilePath file_path; local 56 net::FileURLToFilePath(GURL(url), &file_path); local 57 return file_path; 121 const base::FilePath& file_path) 123 request, network_delegate, file_path,
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/ |
reflectionhandler.py | 123 def _serve_file(self, file_path, cacheable_seconds=0, headers_only=False): 124 if not os.path.exists(file_path): 127 with codecs.open(file_path, "rb") as static_file: 130 self.send_header("Content-Length", os.path.getsize(file_path)) 131 mime_type, encoding = mimetypes.guess_type(file_path)
|
/external/chromium_org/third_party/zlib/google/ |
zip.cc | 106 bool ExcludeNoFilesFilter(const base::FilePath& file_path) { 110 bool ExcludeHiddenFilesFilter(const base::FilePath& file_path) { 111 return file_path.BaseName().value()[0] != '.'; 131 << reader.current_entry_info()->file_path().value(); 136 << reader.current_entry_info()->file_path().value();
|
/external/chromium_org/media/filters/ |
pipeline_integration_test_base.cc | 103 bool PipelineIntegrationTestBase::Start(const base::FilePath& file_path, 110 CreateFilterCollection(file_path, NULL), 121 bool PipelineIntegrationTestBase::Start(const base::FilePath& file_path, 129 return Start(file_path, expected_status); 132 bool PipelineIntegrationTestBase::Start(const base::FilePath& file_path) { 133 return Start(file_path, NULL); 136 bool PipelineIntegrationTestBase::Start(const base::FilePath& file_path, 143 CreateFilterCollection(file_path, decryptor), 211 const base::FilePath& file_path, 214 CHECK(file_data_source->Initialize(file_path)); [all...] |
/external/chromium/base/ |
file_util_proxy.cc | 121 const FilePath& file_path, 125 file_path_(file_path), 257 const FilePath& file_path, 260 file_path_(file_path), 304 RelayDelete(const FilePath& file_path, 308 file_path_(file_path), 386 const FilePath& file_path, 391 file_path_(file_path), 425 RelayReadDirectory(const FilePath& file_path, 427 : callback_(callback), file_path_(file_path) { [all...] |
/external/chromium_org/base/ |
path_service.cc | 15 #include "base/files/file_path.h" 248 FilePath file_path = path; local 256 if (!base::PathExists(file_path) && 257 !base::CreateDirectory(file_path)) 262 file_path = MakeAbsoluteFilePath(file_path); 263 if (file_path.empty()) 272 path_data->overrides[key] = file_path;
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/ |
layout_tests_mover.py | 110 for file_path in self._filesystem.listdir(self._absolute_origin): 111 if self._filesystem.exists(self._filesystem.join(self._absolute_destination, file_path)): 113 (self._filesystem.join(self._origin, file_path), self._filesystem.join(self._destination, file_path))) 226 for file_path in references.keys(): 227 root = self._filesystem.dirname(file_path) 231 if root.endswith('script-tests') and file_path.endswith('TEMPLATE.html'): 234 for reference in references[file_path]: 239 updates[file_path] = local_updates 265 for file_path in updates.keys() [all...] |
/external/chromium/chrome/common/ |
libxml_utils.cc | 8 #include "base/file_path.h" 54 bool XmlReader::LoadFile(const FilePath& file_path) { 62 WideToUTF8(file_path.value()).c_str(), 64 file_path.value().c_str(),
|
/external/chromium_org/content/browser/fileapi/ |
transient_file_util_unittest.cc | 7 #include "base/files/file_path.h" 42 base::FilePath* file_path) { 43 EXPECT_TRUE(base::CreateTemporaryFileInDir(data_dir_.path(), file_path)); 48 *file_path,
|
/external/chromium_org/content/renderer/pepper/ |
url_response_info_util.cc | 8 #include "base/files/file_path.h" 90 WebString file_path = response.downloadFilePath(); local 91 if (!file_path.isEmpty()) { 92 base::FilePath external_path = base::FilePath::FromUTF16Unsafe(file_path);
|
/external/chromium/base/mac/ |
foundation_util.h | 54 void SetOverrideAppBundlePath(const FilePath& file_path);
|
/external/chromium/chrome/browser/net/ |
url_request_mock_http_job.h | 19 URLRequestMockHTTPJob(net::URLRequest* request, const FilePath& file_path);
|
url_request_mock_net_error_job.h | 20 const FilePath& file_path);
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
local_file_reader.cc | 11 #include "base/files/file_path.h" 25 // Opens the file at |file_path| and seeks to the |offset| from begin. 29 int OpenAndSeekOnBlockingPool(const base::FilePath& file_path, 41 base::CreatePlatformFile(file_path, open_flags, NULL, &error); 127 void LocalFileReader::Open(const base::FilePath& file_path, 139 &OpenAndSeekOnBlockingPool, file_path, offset, platform_file->ptr()),
|
/external/chromium_org/chrome/browser/extensions/api/messaging/ |
native_messaging_host_manifest.h | 11 #include "base/files/file_path.h" 33 // Load manifest file from |file_path|. 35 const base::FilePath& file_path,
|
/external/chromium_org/chrome/browser/extensions/api/music_manager_private/ |
device_id_linux.cc | 17 #include "base/files/file_path.h" 51 base::FilePath file_path = files.Next(); local 52 if (file_path.empty()) 56 if (!base::ReadSymbolicLink(file_path, &target_path)) 60 base::FilePath disk_uuid = file_path.BaseName();
|