/external/skia/tools/ |
skdiff_utils.h | 26 SkData* read_file(const char* file_path);
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
private_api_util.cc | 7 #include "base/files/file_path.h" 60 const base::FilePath& file_path = params->file_paths[i]; local 62 if (!drive::util::IsUnderDriveMountPoint(file_path)) { 64 ui::SelectedFileInfo(file_path, base::FilePath())); 80 ui::SelectedFileInfo(file_path, base::FilePath())); 84 drive::util::ExtractDrivePath(file_path), 91 drive::util::ExtractDrivePath(file_path), 111 const base::FilePath& file_path = params->file_paths[index]; local 116 DLOG(ERROR) << "Failed to get " << file_path.value() 119 params->selected_files.push_back(ui::SelectedFileInfo(file_path, local_path)) [all...] |
/external/chromium_org/chrome/browser/devtools/ |
devtools_file_system_indexer.cc | 63 Time LastModifiedTimeForFile(const FilePath& file_path); 64 void SetTrigramsForFile(const FilePath& file_path, 74 FileId GetFileId(const FilePath& file_path); 154 Time Index::LastModifiedTimeForFile(const FilePath& file_path) { 157 if (index_times_.find(file_path) != index_times_.end()) 158 last_modified_time = index_times_[file_path]; 162 void Index::SetTrigramsForFile(const FilePath& file_path, 166 FileId file_id = GetFileId(file_path); 173 index_times_[file_path] = time; 220 FileId Index::GetFileId(const FilePath& file_path) { 309 FilePath file_path = file_enumerator_->Next(); local 341 FilePath file_path = indexing_it_->first; local 420 FilePath file_path = indexing_it_->first; local [all...] |
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
download_operation_unittest.cc | 46 base::FilePath file_path; local 54 &error, &file_path, &entry)); 68 EXPECT_TRUE(base::GetPosixFilePermissions(file_path, &permission)); 83 base::FilePath file_path; local 91 &error, &file_path, &entry)); 133 base::FilePath file_path; local 141 &error, &file_path, &entry)); 185 base::FilePath file_path; local 193 &error, &file_path, &entry)); 222 base::FilePath file_path; local 243 base::FilePath file_path; local 270 base::FilePath file_path; local 393 base::FilePath file_path; local 451 base::FilePath file_path; local [all...] |
create_directory_operation.cc | 24 // to |metadata|, and return the status. If succeeded, |file_path| will store 29 base::FilePath* file_path) { 31 DCHECK(file_path); 53 *file_path = metadata->GetFilePath(local_id); 216 base::FilePath* file_path = new base::FilePath; local 223 file_path), 230 base::Owned(file_path))); 237 base::FilePath* file_path, 247 observer_->OnDirectoryChangedByOperation(file_path->DirName());
|
get_file_for_saving_operation.h | 51 // Makes sure that |file_path| in the file system is available in the local 55 void GetFileForSaving(const base::FilePath& file_path, 63 void GetFileForSavingAfterCreate(const base::FilePath& file_path,
|
open_file_operation.h | 48 // Opens the file at |file_path|. 56 void OpenFile(const base::FilePath& file_path, 63 void OpenFileAfterCreateFile(const base::FilePath& 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...] |
/external/chromium_org/net/base/ |
gzip_filter_unittest.cc | 59 base::FilePath file_path; local 60 PathService::Get(base::DIR_SOURCE_ROOT, &file_path); 61 file_path = file_path.AppendASCII("net"); 62 file_path = file_path.AppendASCII("data"); 63 file_path = file_path.AppendASCII("filter_unittests"); 64 file_path = file_path.AppendASCII("google.txt") [all...] |
/external/chromium_org/webkit/browser/fileapi/ |
file_system_usage_cache.cc | 12 #include "base/files/file_path.h" 231 bool FileSystemUsageCache::GetPlatformFile(const base::FilePath& file_path, 240 std::make_pair(file_path, base::kInvalidPlatformFileValue)); 248 base::CreatePlatformFile(file_path, 263 bool FileSystemUsageCache::ReadBytes(const base::FilePath& file_path, 268 if (!GetPlatformFile(file_path, &file)) 273 bool FileSystemUsageCache::WriteBytes(const base::FilePath& file_path, 278 if (!GetPlatformFile(file_path, &file)) 283 bool FileSystemUsageCache::FlushFile(const base::FilePath& file_path) { 287 return GetPlatformFile(file_path, &file) && base::FlushPlatformFile(file) [all...] |
/external/chromium/chrome/browser/net/ |
url_request_slow_http_job.cc | 49 const FilePath& file_path) 50 : URLRequestMockHTTPJob(request, file_path) { }
|
/external/chromium/chrome/browser/ui/ |
shell_dialogs_unittest.cc | 5 #include "base/file_path.h" 33 const FilePath file_path; local 39 file_path,
|
/external/chromium_org/chrome/browser/safe_browsing/ |
two_phase_uploader.h | 12 #include "base/files/file_path.h" 53 // The uploaded |file_path| will be read on |file_task_runner|. 69 const base::FilePath& file_path, 97 const base::FilePath& file_path,
|
/external/chromium_org/chrome/browser/ui/ |
chrome_select_file_policy_unittest.cc | 7 #include "base/files/file_path.h" 49 const base::FilePath file_path; local 55 file_path,
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
options_handlers_helper.cc | 52 void DeleteProfileAtPath(base::FilePath file_path, content::WebUI* web_ui) { 65 file_path,
|
/external/chromium_org/chrome/installer/util/ |
uninstall_metrics.cc | 9 #include "base/files/file_path.h" 73 bool ExtractUninstallMetricsFromFile(const base::FilePath& file_path, 75 JSONFileValueSerializer json_serializer(file_path);
|
/external/chromium_org/content/browser/dom_storage/ |
dom_storage_database.h | 10 #include "base/files/file_path.h" 27 explicit DOMStorageDatabase(const base::FilePath& file_path); 44 const base::FilePath& file_path() const { return file_path_; } function in class:content::DOMStorageDatabase
|
/external/chromium_org/media/filters/ |
file_data_source.cc | 18 bool FileDataSource::Initialize(const base::FilePath& file_path) { 21 if (!file_.Initialize(file_path))
|
/external/chromium_org/net/url_request/ |
url_request_file_job.h | 11 #include "base/files/file_path.h" 36 const base::FilePath& file_path, 79 static void FetchMetaInfo(const base::FilePath& file_path,
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/ |
patchreader.py | 71 self._text_file_reader.process_file(file_path=path, line_numbers=None) 83 self._text_file_reader.process_file(file_path=path, line_numbers=line_numbers)
|
patchreader_unittest.py | 46 """A list of (file_path, line_numbers) pairs.""" 50 def process_file(self, file_path, line_numbers): 51 self.passed_to_process_file.append((file_path, line_numbers))
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
cloud_storage.py | 126 def GetIfChanged(bucket, file_path): 127 """Gets the file at file_path if it has a hash file that doesn't match. 135 hash_path = file_path + '.sha1' 141 if os.path.exists(file_path) and GetHash(file_path) == expected_hash: 145 Get(bucket, expected_hash, file_path) 147 logging.warning('Unable to update file %s from Cloud Storage.' % file_path) 151 def GetHash(file_path): 152 """Calculates and returns the hash of the file at file_path.""" 154 with open(file_path, 'rb') as f [all...] |
page_set_archive_info.py | 16 def __init__(self, file_path, data): 17 self._file_path = file_path 18 self._base_dir = os.path.dirname(file_path) 61 def FromFile(cls, file_path): 62 if os.path.exists(file_path): 63 with open(file_path, 'r') as f: 65 return cls(file_path, data) 66 return cls(file_path, {'archives': {}})
|
/external/chromium_org/webkit/common/blob/ |
blob_data.cc | 27 void BlobData::AppendFile(const base::FilePath& file_path, 32 items_.back().SetToFilePathRange(file_path, offset, length,
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
file_system_util.cc | 13 #include "base/files/file_path.h" 71 std::string ReadStringFromGDocFile(const base::FilePath& file_path, 75 if (!base::GetFileSize(file_path, &file_size) || 77 LOG(WARNING) << "File too large to be a GDoc file " << file_path.value(); 81 JSONFileValueSerializer reader(file_path); 85 LOG(WARNING) << "Failed to parse " << file_path.value() << " as JSON." 95 << file_path.value() << ". key = " << key; 354 bool CreateGDocFile(const base::FilePath& file_path, 360 return file_util::WriteFile(file_path, content.data(), content.size()) == 364 bool HasGDocFileExtension(const base::FilePath& file_path) { [all...] |