Searched defs:output_file_path (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sample/subsetter/
H A Dsubset_util.cc43 const char *output_file_path) {
44 UNREFERENCED_PARAMETER(output_file_path);
92 FILE* output_file = fopen(output_file_path, "wb");
42 Subset(const char *input_file_path, const char *output_file_path) argument
/external/sfntly/cpp/src/sample/subsetter/
H A Dsubset_util.cc43 const char *output_file_path) {
44 UNREFERENCED_PARAMETER(output_file_path);
92 FILE* output_file = fopen(output_file_path, "wb");
42 Subset(const char *input_file_path, const char *output_file_path) argument
/external/chromium_org/base/test/
H A Dgtest_xml_util.cc40 bool XmlUnitTestResultPrinter::Initialize(const FilePath& output_file_path) { argument
42 output_file_ = OpenFile(output_file_path, "w");
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dzip_reader.cc190 const base::FilePath& output_file_path) {
195 return base::CreateDirectory(output_file_path);
203 base::FilePath output_dir_path = output_file_path.DirName();
210 if (stream.OpenSync(output_file_path, flags) != 0)
242 base::FilePath output_file_path = output_directory_path.Append( local
244 return ExtractCurrentEntryToFilePath(output_file_path);
189 ExtractCurrentEntryToFilePath( const base::FilePath& output_file_path) argument
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
H A Dchrome_subsetter.cc62 bool SaveFile(const char* output_file_path, const unsigned char* output_buffer, argument
68 fopen_s(&output_file, output_file_path, "wb");
70 output_file = fopen(output_file_path, "wb");
/external/chromium_org/third_party/zlib/google/
H A Dzip_reader.cc190 const base::FilePath& output_file_path) {
195 return base::CreateDirectory(output_file_path);
203 base::FilePath output_dir_path = output_file_path.DirName();
210 if (stream.OpenSync(output_file_path, flags) != 0)
242 base::FilePath output_file_path = output_directory_path.Append( local
244 return ExtractCurrentEntryToFilePath(output_file_path);
189 ExtractCurrentEntryToFilePath( const base::FilePath& output_file_path) argument
/external/sfntly/cpp/src/sample/chromium/
H A Dchrome_subsetter.cc62 bool SaveFile(const char* output_file_path, const unsigned char* output_buffer, argument
68 fopen_s(&output_file, output_file_path, "wb");
70 output_file = fopen(output_file_path, "wb");
/external/chromium_org/chrome/browser/drive/
H A Dfake_drive_service_unittest.cc1027 base::FilePath output_file_path; local
1032 test_util::CreateCopyResultCallback(&error, &output_file_path),
1039 EXPECT_EQ(output_file_path, kOutputFilePath);
1041 ASSERT_TRUE(base::ReadFileToString(output_file_path, &content));
1061 base::FilePath output_file_path; local
1065 test_util::CreateCopyResultCallback(&error, &output_file_path),
1084 base::FilePath output_file_path; local
1088 test_util::CreateCopyResultCallback(&error, &output_file_path),
/external/chromium_org/chrome/browser/chromeos/drive/
H A Djob_scheduler_unittest.cc628 base::FilePath output_file_path; local
636 &download_error, &output_file_path),
663 EXPECT_EQ(output_file_path, kOutputFilePath);
664 ASSERT_TRUE(base::ReadFileToString(output_file_path, &content));
681 base::FilePath output_file_path; local
689 &download_error, &output_file_path),
716 EXPECT_EQ(output_file_path, kOutputFilePath);
717 ASSERT_TRUE(base::ReadFileToString(output_file_path, &content));
734 base::FilePath output_file_path; local
742 &download_error, &output_file_path),
779 base::FilePath output_file_path; local
[all...]
/external/chromium_org/google_apis/drive/
H A Ddrive_api_requests.cc726 const base::FilePath& output_file_path,
736 output_file_path) {
722 DownloadFileRequest( RequestSender* sender, const DriveApiUrlGenerator& url_generator, const std::string& resource_id, const base::FilePath& output_file_path, const DownloadActionCallback& download_action_callback, const GetContentCallback& get_content_callback, const ProgressCallback& progress_callback) argument
H A Dgdata_wapi_requests.cc667 const base::FilePath& output_file_path)
674 output_file_path) {
660 DownloadFileRequest( RequestSender* sender, const GDataWapiUrlGenerator& url_generator, const DownloadActionCallback& download_action_callback, const GetContentCallback& get_content_callback, const ProgressCallback& progress_callback, const std::string& resource_id, const base::FilePath& output_file_path) argument
H A Dbase_requests.cc226 base::FilePath output_file_path; local
228 GetOutputFilePath(&output_file_path, &get_content_callback);
232 output_file_path,
745 const base::FilePath& output_file_path)
751 output_file_path_(output_file_path) {
739 DownloadFileRequestBase( RequestSender* sender, const DownloadActionCallback& download_action_callback, const GetContentCallback& get_content_callback, const ProgressCallback& progress_callback, const GURL& download_url, const base::FilePath& output_file_path) argument

Completed in 345 milliseconds