Home
last modified time | relevance | path

Searched defs:original (Results 1 – 2 of 2) sorted by relevance

/build/make/tools/releasetools/
Dtarget_files_diff.py57 def rewrite_build_property(original, new): argument
88 def trim_install_recovery(original, new): argument
96 def sort_file(original, new): argument
/build/make/tools/product_config/src/com/android/build/config/
DOutputChecker.java56 public final Str original; field in OutputChecker.Variable
59 public Variable(String name, VarType type, Str original) { in Variable()
63 public Variable(String name, VarType type, Str original, Value updated) { in Variable()