Lines Matching full:filepath
50 std::string ReadOrFail(const base::FilePath& file_name, const char* kind) {
62 const base::FilePath& output_file) {
73 void Disassemble(const base::FilePath& input_file,
74 const base::FilePath& output_file) {
109 bool Supported(const base::FilePath& input_file) {
154 void DisassembleAndAdjust(const base::FilePath& program_file,
155 const base::FilePath& model_file,
156 const base::FilePath& output_file) {
209 void DisassembleAdjustDiff(const base::FilePath& model_file,
210 const base::FilePath& program_file,
211 const base::FilePath& output_file_root,
288 void Assemble(const base::FilePath& input_file,
289 const base::FilePath& output_file) {
310 void GenerateEnsemblePatch(const base::FilePath& old_file,
311 const base::FilePath& new_file,
312 const base::FilePath& patch_file) {
330 void ApplyEnsemblePatch(const base::FilePath& old_file,
331 const base::FilePath& patch_file,
332 const base::FilePath& new_file) {
387 void GenerateBSDiffPatch(const base::FilePath& old_file,
388 const base::FilePath& new_file,
389 const base::FilePath& patch_file) {
407 void ApplyBSDiffPatch(const base::FilePath& old_file,
408 const base::FilePath& patch_file,
409 const base::FilePath& new_file) {
449 std::vector<base::FilePath> values;
452 values.push_back(base::FilePath(args[i]));