Searched defs:outfile (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/localize/
H A Dxmb.cpp122 do_xlb_export(const string& outfile, const vector<string>& resFiles) argument
170 FILE* f = fopen(outfile.c_str(), "wb");
172 fprintf(stderr, "can't open outputfile: %s\n", outfile.c_str());
H A Dlocalize.cpp504 do_pseudo(const string& infile, const string& outfile, bool expand) argument
515 err = write_to_file(outfile, xliff->ToString());
682 string outfile; local
690 outfile = argv[index];
697 return do_xlb_export(outfile, resFiles);
701 string outfile; local
721 outfile = argv[index];
725 outfile = argv[index+1];
732 return do_pseudo(infile, outfile, big);

Completed in 64 milliseconds