Searched refs:CARGO_OUT (Results 1 – 1 of 1) sorted by relevance
97 CARGO_OUT = 'cargo.out' # Name of file to keep cargo build -v output. variable100 ERRORS_LINE = 'Errors in ' + CARGO_OUT + ':'1345 print('Dry-run skip: read', CARGO_OUT, 'write Android.bp')1346 elif os.path.exists(CARGO_OUT):1353 with open(CARGO_OUT, 'r') as cargo_out: