Home
last modified time | relevance | path

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

/external/v8/tools/clang/scripts/
Drun_tool.py78 def _GetFilesFromCompileDB(build_directory): argument
85 for entry in compile_db.Read(build_directory)]
88 def _ExtractEditsFromStdout(build_directory, stdout): argument
110 path = os.path.realpath(os.path.join(build_directory, path))
117 def _ExecuteTool(toolname, build_directory, filename): argument
139 (toolname, '-p', build_directory, filename),
147 'edits': _ExtractEditsFromStdout(build_directory, stdout)}
153 def __init__(self, toolname, build_directory, filenames): argument
162 self.__build_directory = build_directory
Dapply_fixits.py66 with open(os.path.join(args.build_directory, k), 'rb+') as f:
/external/google-breakpad/src/common/
Dstabs_reader.cc137 const char *build_directory = NULL; in ProcessCompilationUnit() local
141 build_directory = name; in ProcessCompilationUnit()
164 build_directory)) in ProcessCompilationUnit()
Dstabs_to_module.h77 const char *build_directory);
Dstabs_reader.h276 const char *build_directory) { in StartCompilationUnit() argument
Dstabs_to_module.cc69 const char *build_directory) { in StartCompilationUnit() argument
/external/libjpeg-turbo/
DBUILDING.md59 *{build_directory}* refers to the binary directory, whereas
73 cd {build_directory}
438 cd {build_directory}
505 compilers or settings. In the sections below, *{build_directory}* refers to
516 cd {build_directory}
523 The following files will be generated under *{build_directory}*:
553 cd {build_directory}
565 This will generate the following files under *{build_directory}*:
595 cd {build_directory}
599 This will generate the following files under *{build_directory}*:
[all …]
/external/libmojo/build/android/pylib/constants/
D__init__.py161 def SetBuildDirectory(build_directory): argument
162 os.environ['CHROMIUM_OUT_DIR'] = build_directory