OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_dir
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/cases/
test_exec_anatomy.py
14
def run(source_dir,
target_dir
):
17
cwd=
target_dir
,
24
result_file = os.path.join(
target_dir
, 'result.json')
25
expected_file = os.path.join(
target_dir
, 'expected.json')
test_from_cmd.py
80
def compile_empty_source_file(
target_dir
, is_cxx):
83
src_file = os.path.join(
target_dir
, src_file_name)
84
obj_file = os.path.join(
target_dir
, 'test.o')
test_from_cdb.py
15
def prepare_cdb(name,
target_dir
):
21
target_file = os.path.join(
target_dir
, 'compile_commands.json')
/src/external/apache2/llvm/dist/llvm/utils/
collect_and_build_with_pgo.py
39
target_dir
= env.output_subdir('instrumentation_run')
57
_run_fresh_cmake(env, cmake,
target_dir
)
60
_build_things_in(env,
target_dir
, what=['all'])
233
def _build_things_in(env,
target_dir
, what):
235
env.run_command(cmd, cwd=
target_dir
, check=True)
238
def _run_fresh_cmake(env, cmake,
target_dir
):
241
shutil.rmtree(
target_dir
)
245
os.makedirs(
target_dir
, mode=0o755)
249
cmake_args, cwd=
target_dir
, check=True, silent_unless_error=True)
253
target_dir
= env.output_subdir('stage1'
[
all
...]
/src/external/apache2/llvm/dist/llvm/utils/release/
export.sh
44
target_dir
=$(pwd)
48
git archive --prefix=llvm-project-$release$rc.src/ $tag . | xz >$
target_dir
/llvm-project-$release$rc.src.tar.xz
66
git archive --prefix=$proj-$release$rc.src/ $tag . | xz >$
target_dir
/$proj-$release$rc.src.tar.xz
/src/external/gpl3/gcc/dist/contrib/header-tools/
reduce-headers
38
target_dir
= ""
514
target_dir
= x[2:]
525
if
target_dir
:
526
build_target_dict (
target_dir
, only_targs)
528
if build_dir == "" and
target_dir
== "":
536
if
target_dir
and not os.path.exists (
target_dir
):
537
print "Error: specified target directory does not exist : " +
target_dir
/src/external/gpl3/gcc.old/dist/contrib/header-tools/
reduce-headers
39
target_dir
= ""
515
target_dir
= x[2:]
526
if
target_dir
:
527
build_target_dict (
target_dir
, only_targs)
529
if build_dir == "" and
target_dir
== "":
537
if
target_dir
and not os.path.exists (
target_dir
):
538
print "Error: specified target directory does not exist : " +
target_dir
/src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
intercept.py
153
target_dir
= os.getenv('INTERCEPT_BUILD_TARGET_DIR')
154
if not
target_dir
:
160
target_file = os.path.join(
target_dir
, target_file_name)
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py
2995
target_dir
, target_base = (
2999
include_dir ==
target_dir
or
3000
include_dir == os.path.normpath(
target_dir
+ '/../public')):
/src/external/bsd/byacc/dist/
configure
7243
target_dir
=`echo "$target" | sed -e "s%/[^/]*$%%"`
7246
targetlink="${
target_dir
}/${sourcelink}"
7247
if test ! -d "$
target_dir
" ; then
7248
failed "target directory does not exist: $
target_dir
"
7255
( cd "$
target_dir
" && @LN_S@ "`echo "$targetfile" | sed -e 's%^.*/%%'`" "$sourcelink" )
Completed in 55 milliseconds
Indexes created Fri May 08 00:25:09 UTC 2026