HomeSort by relevance Sort by last modified time
    Searched refs:output_file_path (Results 1 - 18 of 18) sorted by null

  /external/sfntly/cpp/src/sample/subsetter/
subset_util.h 27 void Subset(const char* input_file_path, const char* output_file_path);
subset_util.cc 43 const char *output_file_path) {
44 UNREFERENCED_PARAMETER(output_file_path);
92 FILE* output_file = fopen(output_file_path, "wb");
  /external/sfntly/cpp/src/sample/chromium/
chrome_subsetter.cc 62 bool SaveFile(const char* output_file_path, const unsigned char* output_buffer,
68 fopen_s(&output_file, output_file_path, "wb");
70 output_file = fopen(output_file_path, "wb");
  /external/chromium_org/chrome/test/chromedriver/chrome/
zip_reader.cc 190 const base::FilePath& output_file_path) {
195 return file_util::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);
zip_reader.h 130 bool ExtractCurrentEntryToFilePath(const base::FilePath& output_file_path);
  /external/chromium_org/third_party/zlib/google/
zip_reader.cc 190 const base::FilePath& output_file_path) {
195 return file_util::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);
zip_reader.h 131 bool ExtractCurrentEntryToFilePath(const base::FilePath& output_file_path);
  /external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler_unittest.cc 536 base::FilePath output_file_path; local
543 &download_error, &output_file_path),
570 EXPECT_EQ(output_file_path, kOutputFilePath);
571 ASSERT_TRUE(file_util::ReadFileToString(output_file_path, &content));
588 base::FilePath output_file_path; local
595 &download_error, &output_file_path),
622 EXPECT_EQ(output_file_path, kOutputFilePath);
623 ASSERT_TRUE(file_util::ReadFileToString(output_file_path, &content));
640 base::FilePath output_file_path; local
647 &download_error, &output_file_path),
684 base::FilePath output_file_path; local
    [all...]
  /external/chromium_org/chrome/browser/google_apis/
base_requests.cc 130 base::FilePath output_file_path; local
131 if (GetOutputFilePath(&output_file_path)) {
133 output_file_path,
625 const base::FilePath& output_file_path)
631 output_file_path_(output_file_path) {
base_requests.h 461 // output_file_path:
470 const base::FilePath& output_file_path);
drive_api_requests.cc 640 const base::FilePath& output_file_path,
650 output_file_path) {
gdata_wapi_requests.cc 723 const base::FilePath& output_file_path)
730 output_file_path) {
drive_api_requests.h 540 const base::FilePath& output_file_path,
gdata_wapi_requests.h 508 const base::FilePath& output_file_path);
  /external/chromium/testing/gtest/scripts/
pump.py 831 output_file_path = file_path[:-5]
833 output_file_path = '-'
834 if output_file_path == '-':
837 output_file = file(output_file_path, 'w')
  /external/chromium_org/testing/gtest/scripts/
pump.py 839 output_file_path = file_path[:-5]
841 output_file_path = '-'
842 if output_file_path == '-':
845 output_file = file(output_file_path, 'w')
  /external/gtest/scripts/
pump.py 831 output_file_path = file_path[:-5]
833 output_file_path = '-'
834 if output_file_path == '-':
837 output_file = file(output_file_path, 'w')
  /external/chromium_org/chrome/browser/drive/
fake_drive_service_unittest.cc 892 base::FilePath output_file_path; local
897 test_util::CreateCopyResultCallback(&error, &output_file_path),
904 EXPECT_EQ(output_file_path, kOutputFilePath);
906 ASSERT_TRUE(file_util::ReadFileToString(output_file_path, &content));
926 base::FilePath output_file_path; local
930 test_util::CreateCopyResultCallback(&error, &output_file_path),
949 base::FilePath output_file_path; local
    [all...]

Completed in 380 milliseconds