OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:source_dir
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/llvm-lit/
llvm-lit.in
9
def map_config(
source_dir
, site_config):
11
source_dir
= os.path.realpath(
source_dir
)
12
source_dir
= os.path.normcase(
source_dir
)
14
config_map[
source_dir
] = site_config
/src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/cases/
test_exec_anatomy.py
14
def run(
source_dir
, target_dir):
21
execute(['cmake',
source_dir
])
46
source_dir
= os.path.normpath(os.path.join(this_dir, '..', 'exec'))
48
expected, result = run(
source_dir
, tmp_dir)
test_from_cdb.py
19
source_dir
= os.path.join(path, 'compilation_database')
20
source_file = os.path.join(
source_dir
, target_file + '.in')
/src/external/gpl3/gcc/dist/contrib/
prepare_patch.sh
24
prepare_patch.sh <
source_dir
> [patches_dir]
26
SOURCE_DIR
is the directory containing GCC's toplevel configure.
29
Default is
SOURCE_DIR
/patches.
patch_tester.sh
47
<
source_dir
> [patches_dir [state_dir [build_dir]]]
73
SOURCE_DIR
is the directory containing GCC's toplevel configure.
76
Default is
SOURCE_DIR
/patches.
79
Default is
SOURCE_DIR
/state.
82
script will delete and recreate. Default is
SOURCE_DIR
/obj.
/src/external/gpl3/gcc.old/dist/contrib/
prepare_patch.sh
24
prepare_patch.sh <
source_dir
> [patches_dir]
26
SOURCE_DIR
is the directory containing GCC's toplevel configure.
29
Default is
SOURCE_DIR
/patches.
patch_tester.sh
47
<
source_dir
> [patches_dir [state_dir [build_dir]]]
73
SOURCE_DIR
is the directory containing GCC's toplevel configure.
76
Default is
SOURCE_DIR
/patches.
79
Default is
SOURCE_DIR
/state.
82
script will delete and recreate. Default is
SOURCE_DIR
/obj.
/src/external/mpl/bind/dist/bin/tests/
convert_trs_to_junit.py
41
def find_test_relative_path(
source_dir
, in_path):
45
absolute = os.path.join(
source_dir
, relative)
55
def walk_trss(
source_dir
):
56
for cur_dir, _dirs, files in os.walk(
source_dir
, onerror=err_out):
65
sub_dir = os.path.relpath(cur_dir,
source_dir
)
77
"rel_log_path": os.path.relpath(full_log_path,
source_dir
),
83
t["rel_file_path"] = find_test_relative_path(
source_dir
, test_dir_path)
/src/bin/cp/
utils.c
469
preserve_dir_acls(struct stat *fs, char *
source_dir
, char *dest_dir)
478
ret = pathconf(
source_dir
, _PC_ACL_NFS4);
483
warn("fpathconf(..., _PC_ACL_NFS4) failed for %s",
source_dir
);
487
ret = pathconf(
source_dir
, _PC_ACL_EXTENDED);
493
source_dir
);
516
acl = aclgetf(
source_dir
, ACL_TYPE_DEFAULT);
519
source_dir
);
532
acl = aclgetf(
source_dir
, acl_type);
534
warn("failed to get acl entries on %s",
source_dir
);
538
warn("acl_is_trivial() failed on %s",
source_dir
);
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/opt-viewer/
opt-viewer.py
46
def __init__(self,
source_dir
, output_dir, filename, no_highlight):
52
fn = os.path.join(
source_dir
, filename)
239
def _render_file(
source_dir
, output_dir, ctx, no_highlight, entry, filter_):
243
SourceFileRenderer(
source_dir
, output_dir, filename, no_highlight).render(remarks)
263
source_dir
,
289
_render_file_bound = functools.partial(_render_file,
source_dir
, output_dir, context, no_highlight)
370
args.
source_dir
,
/src/external/mpl/bind/dist/bin/tests/system/
conftest.py
349
def check_artifacts(
source_dir
, run_dir):
369
dir_path = Path(dcmp.left).relative_to(
source_dir
)
381
dcmp = filecmp.dircmp(
source_dir
, run_dir)
/src/external/bsd/byacc/dist/
configure
7164
source_dir
=`echo "$source" | sed -e "s%/[^/]*$%%"`
7173
elif test "$source" != "$
source_dir
" ; then
7174
failed "unexpected directory for source-link: $
source_dir
"
Completed in 26 milliseconds
Indexes created Fri Apr 24 00:22:58 UTC 2026