Searched defs:old_file (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/courgette/third_party/
H A Dbsdiff_apply.cc178 base::MemoryMappedFile old_file; local
179 if (!old_file.Initialize(old_file_path)) {
183 old_file_stream.Init(old_file.data(), old_file.length());
/external/openfst/src/lib/
H A Dflags.cc104 string old_file; local
118 if (file != old_file) {
124 old_file = file;
/external/chromium_org/courgette/
H A Densemble_apply.cc399 // Read the old_file.
401 base::MemoryMappedFile old_file; local
402 if (!old_file.Initialize(old_file_path))
408 old_source_stream.Init(old_file.data(), old_file.length());
H A Dcourgette_tool.cc310 void GenerateEnsemblePatch(const base::FilePath& old_file, argument
313 std::string old_buffer = ReadOrFail(old_file, "'old' input");
330 void ApplyEnsemblePatch(const base::FilePath& old_file, argument
338 courgette::ApplyEnsemblePatch(old_file.value().c_str(),
373 std::string old_buffer = ReadOrFail(old_file, "'old' input");
387 void GenerateBSDiffPatch(const base::FilePath& old_file, argument
390 std::string old_buffer = ReadOrFail(old_file, "'old' input");
407 void ApplyBSDiffPatch(const base::FilePath& old_file, argument
410 std::string old_buffer = ReadOrFail(old_file, "'old' input");
491 UsageProblem("-gen <old_file> <new_fil
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c762 rc_register_file old_file,
775 old_file, new_index);
759 rgb_to_alpha_remap( struct rc_instruction * inst, struct rc_pair_instruction_arg * arg, rc_register_file old_file, rc_swizzle old_swz, unsigned int new_index) argument
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c762 rc_register_file old_file,
775 old_file, new_index);
759 rgb_to_alpha_remap( struct rc_instruction * inst, struct rc_pair_instruction_arg * arg, rc_register_file old_file, rc_swizzle old_swz, unsigned int new_index) argument

Completed in 142 milliseconds