Home
last modified time | relevance | path

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

/development/scripts/
Dcargo2android.py102 TARGET_TMP = 'target.tmp' # Name of temporary output directory. variable
106 'Dry-run: This script uses ./' + TARGET_TMP + ' for output directory,\n' +
393 if '/' + TARGET_TMP + '/' in args[i]:
395 '^.*/', '', re.sub('/' + TARGET_TMP + '/.*/deps$', '', args[i]))
1104 list1 = glob.glob(TARGET_TMP + '/*/*/build/' + self.root_pkg + '-*/out/*')
1106 list2 = glob.glob(TARGET_TMP + '/*/build/' + self.root_pkg + '-*/out/*')
1246 cmd_tail = ' --target-dir ' + TARGET_TMP + ' >> ' + cargo_out + ' 2>&1'