HomeSort by relevance Sort by last modified time
    Searched refs:input_file_path (Results 1 - 6 of 6) 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 42 void SubsetUtil::Subset(const char *input_file_path,
46 FILE* input_file = fopen(input_file_path, "rb");
  /system/tools/aidl/tests/
aidl_test_sentinel_searcher.cpp 36 bool ReadLines(const string& input_file_path, vector<string>* lines) {
37 ifstream watched_file(input_file_path);
39 cerr << "Unable to open input file: " << input_file_path << endl;
73 const string input_file_path = argv[2]; local
95 ReadLines(input_file_path, &lines);
  /external/sfntly/cpp/src/test/
test_font_utils.h 34 void LoadFile(const char* input_file_path, ByteVector* input_buffer);
test_font_utils.cc 63 void LoadFile(const char* input_file_path, ByteVector* input_buffer) {
64 assert(input_file_path);
69 fopen_s(&input_file, input_file_path, "rb");
71 input_file = fopen(input_file_path, "rb");
  /external/sfntly/cpp/src/sample/chromium/
chrome_subsetter.cc 40 bool LoadFile(const char* input_file_path, sfntly::ByteVector* input_buffer) {
41 assert(input_file_path);
46 fopen_s(&input_file, input_file_path, "rb");
48 input_file = fopen(input_file_path, "rb");

Completed in 251 milliseconds