Lines Matching refs:file
9 # you may not use this file except in compliance with the License.
38 This program expects to find a file named "known-good.json" in the
39 same directory as the program file. This JSON file is tailored for
56 is not tracked by Git. (See the .gitignore file.) The "external" directory
73 JSON file configures the build and install working directories to be
87 When the program finishes building the dependencies, it writes a file
90 This helper file can be used to set up the CMake build files for this
106 There's no formal schema for the "known-good" JSON file, but here is
108 marked as optional. Please see the "known_good.json" file for
163 other repository in the JSON file.
266 This handler will change the permissions for the file and continue.
287 print(f'{result.stderr}', file=sys.stderr)
309 print(result.stdout, file=sys.stderr)
451 print("Universal Binaries not supported for custom builds", file=sys.stderr)
566 The known-good file is expected to be in the same
586 The known-good file is expected to be in the same
605 """Create a CMake config helper file.
607 The helper file is intended to be used with 'cmake -C <file>'
613 this dictionary is kept with the repo via the json file.
635 help="Specify directory for known_good.json file.")
803 # Need to restore original cwd in order for CreateHelper to find json file