Home
last modified time | relevance | path

Searched refs:old_file (Results 1 – 3 of 3) sorted by relevance

/system/core/crash_reporter/
Dcrash_sender535 for old_file in $(find "${dir}" -mindepth 1 \
537 if [ ! -e "$(get_base "${old_file}").meta" ]; then
538 lecho "Removing old orphaned file: ${old_file}."
539 rm -f -- "${old_file}"
/system/update_engine/payload_generator/
Ddelta_diff_utils.h109 const std::string& old_file,
Ddelta_diff_utils.cc689 const string& old_file, in DiffFiles() argument
700 cmd.push_back(old_file); in DiffFiles()