Home
last modified time | relevance | path

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

/art/tools/
Dbuildbot-build.sh52 bp_file=${patch_file%.patch}
55 if grep -q b/286551985 $bp_file ; then
56 msginfo "Patch for riscv64 already present in $bp_file"
58 patch -f $bp_file < $patch_file
/art/test/utils/
Dregen-test-files528 bp_file = os.path.join(self.art_test_dir, run_test, "Android.bp")
529 if os.path.exists(bp_file):
531 os.remove(bp_file)
540 bp_file = os.path.join(run_test_path, "Android.bp")
604 with open(bp_file, "w") as f: