Home
last modified time | relevance | path

Searched refs:ROOT_DIR (Results 1 - 17 of 17) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/
H A Dbuild.sh3 ROOT_DIR=$(dirname "$0")
9 $COMPILER_DIR/bin/llvm-strip $ROOT_DIR/build/$2
13 arm-himix410-linux-strip $ROOT_DIR/build/$2
15 $ROOT_DIR/../../../prebuilts/gcc/linux-x86/arm/arm-linux-ohoseabi-gcc/bin/arm-linux-ohoseabi-strip $ROOT_DIR/build/$2
19 cp $ROOT_DIR/build/$2 $1
24 if [ -f $ROOT_DIR/build/$2 ];then
26 cp $ROOT_DIR/build/$2 $1/obj/third_party/wpa_supplicant/wpa_supplicant-2.9/
32 cp $ROOT_DIR/build/libwpa_client.so $1/ndk/sysroot/usr/lib
33 cp $ROOT_DIR/buil
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/
H A Dbuild.sh3 ROOT_DIR=$(dirname "$0")
9 $COMPILER_DIR/bin/llvm-strip $ROOT_DIR/build/$2
13 arm-himix410-linux-strip $ROOT_DIR/build/$2
15 $ROOT_DIR/../../../prebuilts/gcc/linux-x86/arm/arm-linux-ohoseabi-gcc/bin/arm-linux-ohoseabi-strip $ROOT_DIR/build/$2
19 cp $ROOT_DIR/build/$2 $1
24 if [ -f $ROOT_DIR/build/$2 ];then
26 cp $ROOT_DIR/build/$2 $1/obj/third_party/wpa_supplicant/wpa_supplicant-2.9/
32 cp $ROOT_DIR/build/libwpa_client.so $1/ndk/sysroot/usr/lib
33 cp $ROOT_DIR/buil
[all...]
/third_party/skia/third_party/externals/spirv-tools/kokoro/scripts/linux/
H A Dbuild.sh22 ROOT_DIR="$( cd "${SCRIPT_DIR}/../../.." >/dev/null 2>&1 && pwd )"
30 --volume "${ROOT_DIR}:${ROOT_DIR}" \
32 --workdir "${ROOT_DIR}" \
34 --env ROOT_DIR=${ROOT_DIR} \
53 chown_dir "${ROOT_DIR}/build"
54 chown_dir "${ROOT_DIR}/external"
H A Dbuild-docker.sh31 cd $ROOT_DIR
93 clean_dir "$ROOT_DIR/build"
94 cd "$ROOT_DIR/build"
135 ln -s $ROOT_DIR spirv-tools
166 clean_dir "$ROOT_DIR/build"
167 cd "$ROOT_DIR/build"
185 clean_dir "$ROOT_DIR/build"
186 cd "$ROOT_DIR/build"
190 -C $ROOT_DIR/android_test \
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/linux/
H A Dbuild.sh22 ROOT_DIR="$( cd "${SCRIPT_DIR}/../../.." >/dev/null 2>&1 && pwd )"
30 --volume "${ROOT_DIR}:${ROOT_DIR}" \
32 --workdir "${ROOT_DIR}" \
34 --env ROOT_DIR=${ROOT_DIR} \
53 chown_dir "${ROOT_DIR}/build"
54 chown_dir "${ROOT_DIR}/external"
H A Dbuild-docker.sh31 cd $ROOT_DIR
93 clean_dir "$ROOT_DIR/build"
94 cd "$ROOT_DIR/build"
135 ln -s $ROOT_DIR spirv-tools
166 clean_dir "$ROOT_DIR/build"
167 cd "$ROOT_DIR/build"
185 clean_dir "$ROOT_DIR/build"
186 cd "$ROOT_DIR/build"
190 -C $ROOT_DIR/android_test \
/third_party/spirv-tools/kokoro/scripts/linux/
H A Dbuild.sh22 ROOT_DIR="$( cd "${SCRIPT_DIR}/../../.." >/dev/null 2>&1 && pwd )"
44 --volume "${ROOT_DIR}:${ROOT_DIR}" \
46 --workdir "${ROOT_DIR}" \
48 --env ROOT_DIR=${ROOT_DIR} \
61 chown_dir "${ROOT_DIR}/build"
62 chown_dir "${ROOT_DIR}/external"
H A Dbuild-docker.sh26 git config --global --add safe.directory $ROOT_DIR
36 cd $ROOT_DIR
88 clean_dir "$ROOT_DIR/build"
89 cd "$ROOT_DIR/build"
130 ln -s $ROOT_DIR spirv-tools
162 clean_dir "$ROOT_DIR/build"
163 cd "$ROOT_DIR/build"
181 clean_dir "$ROOT_DIR/build"
182 cd "$ROOT_DIR/build"
186 -C $ROOT_DIR/android_tes
[all...]
/third_party/python/Tools/scripts/
H A Dfreeze_modules.py16 ROOT_DIR = os.path.dirname(os.path.dirname(os.path.dirname(__file__))) variable
17 ROOT_DIR = os.path.abspath(ROOT_DIR) variable
18 FROZEN_ONLY = os.path.join(ROOT_DIR, 'Tools', 'freeze', 'flag.py')
20 STDLIB_DIR = os.path.join(ROOT_DIR, 'Lib')
23 FROZEN_MODULES_DIR = os.path.join(ROOT_DIR, 'Python', 'frozen_modules')
24 DEEPFROZEN_MODULES_DIR = os.path.join(ROOT_DIR, 'Python', 'deepfreeze')
26 FROZEN_FILE = os.path.join(ROOT_DIR, 'Python', 'frozen.c')
27 MAKEFILE = os.path.join(ROOT_DIR, 'Makefile.pre.in')
28 PCBUILD_PROJECT = os.path.join(ROOT_DIR, 'PCbuil
[all...]
/third_party/skia/third_party/externals/swiftshader/tests/
H A Dpresubmit.sh3 ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}")"/.. >/dev/null 2>&1 && pwd )"
4 SRC_DIR=${ROOT_DIR}/src
5 TESTS_DIR=${ROOT_DIR}/tests
84 go run ${TESTS_DIR}/check_build_files/main.go --root="${ROOT_DIR}"
/third_party/python/PCbuild/
H A Dfix_encoding.py22 ROOT_DIR = Path(__file__).resolve().parent variable
27 for f in ROOT_DIR.glob('*.vcxproj'):
31 for f in ROOT_DIR.glob('*.vcxproj.filters'):
/third_party/jerryscript/tools/
H A Dsrcgenerator.py26 ROOT_DIR = os.path.dirname(TOOLS_DIR) variable
28 JERRY_CORE = os.path.join(ROOT_DIR, 'jerry-core')
29 JERRY_PORT = os.path.join(ROOT_DIR, 'jerry-port', 'default')
30 JERRY_LIBM = os.path.join(ROOT_DIR, 'jerry-libm')
/third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/windows/
H A Dpresubmit.bat21 SET ROOT_DIR=%cd%\github\marl
22 SET BUILD_DIR=%ROOT_DIR%\build
24 cd %ROOT_DIR%
37 cmake "%ROOT_DIR%" ^
/third_party/skia/third_party/externals/swiftshader/src/
H A Dclang-format-all.sh4 ROOT_DIR="$( cd "${SRC_DIR}/.." >/dev/null 2>&1 && pwd )"
5 TESTS_DIR="$( cd "${ROOT_DIR}/tests" >/dev/null 2>&1 && pwd )"
/third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/macos/
H A Dbuild.sh19 cd "${ROOT_DIR}"
149 BAZEL_DIR="${ROOT_DIR}/bazel"
/third_party/python/Lib/test/
H A Dtest_regrtest.py29 ROOT_DIR = os.path.join(os.path.dirname(__file__), '..', '..') variable
30 ROOT_DIR = os.path.abspath(os.path.normpath(ROOT_DIR)) variable
652 script = os.path.join(ROOT_DIR, 'Tools', 'scripts', 'run_tests.py')
665 script = os.path.join(ROOT_DIR, 'Tools', 'buildbot', 'test.bat')
680 script = os.path.join(ROOT_DIR, r'PCbuild\rt.bat')
/third_party/skia/third_party/externals/angle2/scripts/
H A Dgenerate_stats.py124 ROOT_DIR = os.path.abspath(os.path.join(SCRIPT_DIR, '..')) variable
786 os.chdir(ROOT_DIR)

Completed in 6 milliseconds