Searched defs:output_file_path (Results 1 - 11 of 11) 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/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/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.cc991 base::FilePath output_file_path; local
996 test_util::CreateCopyResultCallback(&error, &output_file_path),
1003 EXPECT_EQ(output_file_path, kOutputFilePath);
1005 ASSERT_TRUE(base::ReadFileToString(output_file_path, &content));
1023 base::FilePath output_file_path; local
1027 test_util::CreateCopyResultCallback(&error, &output_file_path),
1045 base::FilePath output_file_path; local
1049 test_util::CreateCopyResultCallback(&error, &output_file_path),
/external/chromium_org/third_party/zlib/google/
H A Dzip_reader.cc191 const base::FilePath& output_file_path) {
196 return base::CreateDirectory(output_file_path);
204 base::FilePath output_dir_path = output_file_path.DirName();
208 base::File file(output_file_path,
238 base::TouchFile(output_file_path,
246 const base::FilePath& output_file_path,
255 if (base::CreateDirectory(output_file_path)) {
270 base::FilePath output_dir_path = output_file_path.DirName();
278 base::File output_file(output_file_path, flags);
282 << output_file_path
190 ExtractCurrentEntryToFilePath( const base::FilePath& output_file_path) argument
245 ExtractCurrentEntryToFilePathAsync( const base::FilePath& output_file_path, const SuccessCallback& success_callback, const FailureCallback& failure_callback, const ProgressCallback& progress_callback) argument
302 base::FilePath output_file_path = output_directory_path.Append( local
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/
H A Djob_scheduler_unittest.cc595 base::FilePath output_file_path; local
603 &download_error, &output_file_path),
630 EXPECT_EQ(output_file_path, kOutputFilePath);
631 ASSERT_TRUE(base::ReadFileToString(output_file_path, &content));
648 base::FilePath output_file_path; local
656 &download_error, &output_file_path),
683 EXPECT_EQ(output_file_path, kOutputFilePath);
684 ASSERT_TRUE(base::ReadFileToString(output_file_path, &content));
701 base::FilePath output_file_path; local
709 &download_error, &output_file_path),
746 base::FilePath output_file_path; local
[all...]
/external/chromium_org/google_apis/drive/
H A Dbase_requests.cc228 base::FilePath output_file_path; local
230 GetOutputFilePath(&output_file_path, &get_content_callback);
234 output_file_path,
694 const base::FilePath& output_file_path)
700 output_file_path_(output_file_path) {
688 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
H A Ddrive_api_requests.cc723 const base::FilePath& output_file_path,
733 output_file_path) {
719 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
/external/lldb/source/Host/common/
H A DHost.cpp1402 const char *output_file_path = NULL; local
1408 output_file_path = ::tmpnam(output_file_path_buffer);
1410 launch_info.AppendOpenFileAction(STDOUT_FILENO, output_file_path, false, true);
1462 FileSpec file_spec(output_file_path, File::eOpenOptionRead);
1485 if (output_file_path)
1486 ::unlink (output_file_path);

Completed in 461 milliseconds