Searched refs:dir1 (Results 1 – 3 of 3) sorted by relevance
/build/make/tools/releasetools/ |
D | target_files_diff.py | 154 def recursiveDiff(prefix, dir1, dir2, out_file): argument 158 list1 = sorted(os.listdir(dir1)) 163 name1 = os.path.join(dir1, entry) 205 name1 = os.path.join(dir1, entry) 227 recursiveDiff('', args.dir1, args.dir2, out_file)
|
/build/soong/android/ |
D | namespace_test.go | 397 …errors.New(`dir1/Android.bp:2:4: module "soong_namespace": namespace a_nonexistent_namespace does … 426 errors.New(`dir1/subdir1/Android.bp:4:4: "b" depends on undefined module "a" 511 errors.New(`dir1/Android.bp:4:4: namespace dir1 already exists`), 532 errors.New(`dir1/Android.bp:5:4: a namespace must be the first module in the file`), 556 errors.New(`dir1/Android.bp:7:4: module "a" already defined 557 dir1/Android.bp:4:4 <-- previous definition here`),
|
/build/blueprint/ |
D | context_test.go | 576 errors.New(`dir1/Blueprints:4:3: expected "}", found EOF`),
|