Searched refs:src_dir (Results 26 - 46 of 46) sorted by relevance
12
/third_party/ltp/testcases/kernel/mce-test/lib/ |
H A D | mce.sh | 136 local src_dir=$(dirname $src_path) 140 local abs_dir=$(cd -P $KSRC_DIR/$src_dir; pwd) 156 if ! (cd $KSRC_DIR; gcov -o $src_dir $src_fn &> /dev/null) || \
|
/third_party/gn/src/gn/ |
H A D | command_format_unittest.cc | 23 base::FilePath src_dir = \ 25 base::SetCurrentDirectory(src_dir); \
|
/third_party/skia/third_party/externals/brotli/python/tests/ |
H A D | _test_utils.py | 13 src_dir = os.path.join(project_dir, 'python') variable 17 bro_path = os.path.join(src_dir, 'bro.py')
|
/third_party/jerryscript/targets/curie_bsp/ |
H A D | setup.py | 58 src_dir = os.path.join(root_dir, sub_dir) 61 for root, dirnames, filenames in os.walk(src_dir):
|
/third_party/skia/infra/bots/recipe_modules/docker/examples/ |
H A D | full.py | 21 src_dir='/host-src',
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | MSVSUtil.py | 24 src_dir = os.path.abspath(os.path.join(this_dir, "..", "..")) 25 win_data_dir = os.path.join(src_dir, "data", "win")
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | MSVSUtil.py | 24 src_dir = os.path.abspath(os.path.join(this_dir, "..", "..")) 25 win_data_dir = os.path.join(src_dir, "data", "win")
|
/third_party/skia/infra/bots/assets/win_toolchain/ |
H A D | create_and_upload.py | 26 parser.add_argument('--src_dir', '-s', required=True) 28 # Pass src_dir to the creation script via an environment variable, since 30 os.environ[create.ENV_VAR] = args.src_dir
|
/third_party/icu/ohos_icu4c/build_data/ |
H A D | pkgdata.sh | 68 --src_dir $icu_source_path/source/data \
|
/third_party/node/deps/openssl/config/ |
H A D | generate_headers.pl | 8 our $src_dir = "../openssl"; 38 open(INCLUDE, "> $src_dir/include/${inc_dir}/${header_name}.h");
|
H A D | generate_gypi.pl | 39 our $src_dir = "../openssl"; 68 copy("$src_dir/configdata.pm", "$base_dir/") or die "Copy failed: $!"; 76 move("$src_dir/include/crypto/bn_conf.h", 78 move("$src_dir/include/crypto/dso_conf.h", 81 copy("$src_dir/$buildinf", 83 move("$src_dir/$progs", 85 copy("$src_dir/apps/progs.c", 88 copy("$src_dir/providers/common/include/prov/der_dsa.h", 90 copy("$src_dir/providers/common/include/prov/der_wrap.h", 92 copy("$src_dir/provider [all...] |
/third_party/skia/infra/bots/recipes/ |
H A D | perf_pathkit.py | 86 src_dir=checkout_root,
|
H A D | test_lottie_web.py | 82 src_dir=checkout_root,
|
H A D | test_canvaskit.py | 70 src_dir=checkout_root,
|
H A D | test_pathkit.py | 88 src_dir=checkout_root,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/scripts/ |
H A D | update.py | 346 src_dir = path.join('include', 'llvm', 'Config') 347 for src, dst in list_files(LLVM_OBJS, src_dir, dst_base, suffixes):
|
/third_party/icu/icu4c/source/test/testdata/ |
H A D | testdata.mak | 42 --src_dir "$(TESTDATA)" \
|
/third_party/python/Lib/distutils/command/ |
H A D | sdist.py | 288 for pkg, src_dir, build_dir, filenames in build_py.data_files: 290 self.filelist.append(os.path.join(src_dir, filename))
|
/third_party/python/Lib/test/support/ |
H A D | __init__.py | 1487 src_dir = os.path.dirname(dll) 1493 for runtime in glob.glob(os.path.join(glob.escape(src_dir), "vcruntime*.dll")):
|
/third_party/icu/icu4c/source/data/ |
H A D | makedata.mak | 307 --src_dir "$(ICUSRCDATA)" \
|
/third_party/skia/third_party/externals/icu/source/data/ |
H A D | makedata.mak | 288 --src_dir "$(ICUSRCDATA)" \
|
Completed in 10 milliseconds
12