Home
last modified time | relevance | path

Searched refs:BASE_DIR (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dsrm_env.c25 #define BASE_DIR "srm_environment" /* Subdir in /proc/ */ macro
150 base_dir = proc_mkdir(BASE_DIR, NULL); in srm_env_init()
153 BASE_DIR); in srm_env_init()
163 BASE_DIR, NAMED_DIR); in srm_env_init()
173 BASE_DIR, NUMBERED_DIR); in srm_env_init()
206 remove_proc_subtree(BASE_DIR, NULL); in srm_env_init()
213 remove_proc_subtree(BASE_DIR, NULL); in srm_env_exit()
/OK3568_Linux_fs/kernel/tools/testing/selftests/kselftest/
H A Drunner.sh16 if [ -z "$BASE_DIR" ]; then
28 "$BASE_DIR"/kselftest/prefix.pl
53 settings="$BASE_DIR/$DIR/settings"
98 DIR="${PWD#${BASE_DIR}/}"
/OK3568_Linux_fs/buildroot/
H A DMakefile202 BASE_DIR := $(CANONICAL_O) macro
203 $(if $(BASE_DIR),, $(error output directory "$(O)" does not exist))
214 BR2_EXTERNAL_FILE = $(BASE_DIR)/.br2-external.mk
224 $(BASE_DIR)/.br2-external.mk:;
239 BUILD_DIR := $(BASE_DIR)/build
240 BINARIES_DIR := $(BASE_DIR)/images
241 BASE_TARGET_DIR := $(BASE_DIR)/target
242 PER_PACKAGE_DIR := $(BASE_DIR)/per-package
245 HOST_DIR := $(BASE_DIR)/host
246 GRAPHS_DIR := $(BASE_DIR)/graphs
[all …]
H A DConfig.in19 option env="BASE_DIR"
199 default "$(BASE_DIR)/host"
205 The default is $(BASE_DIR)/host
H A DCHANGES5621 #9866: BASE_DIR usage
/OK3568_Linux_fs/kernel/tools/testing/selftests/
H A Drun_kselftest.sh6 BASE_DIR=$(realpath $(dirname $0))
7 cd $BASE_DIR
8 TESTS="$BASE_DIR"/kselftest-list.txt
H A Dlib.mk68 BASE_DIR="$(selfdir)"; \
/OK3568_Linux_fs/debian/scripts/
H A Dconfig5 BASE_DIR=$(realpath $(dirname $0))
6 WORK_DIR="$BASE_DIR"
/OK3568_Linux_fs/buildroot/support/testing/infra/
H A D__init__.py10 BASE_DIR = os.path.realpath(os.path.join(os.path.dirname(__file__), "../../..")) variable
29 return os.path.join(BASE_DIR, relpath)
33 return os.path.join(BASE_DIR, "support/testing", relpath)
/OK3568_Linux_fs/buildroot/toolchain/
H A Dtoolchain-wrapper.mk27 TOOLCHAIN_WRAPPER_OPTS += -ffile-prefix-map=$(BASE_DIR)=buildroot
69 TOOLCHAIN_WRAPPER_ARGS += -DBR_CCACHE_BASEDIR='"$(BASE_DIR)"'
/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dtest.py95 BASE_DIR = 'base' variable
372 build = builder.Builder(self.toolchains, BASE_DIR, None, 1, 2,
382 build = builder.Builder(self.toolchains, BASE_DIR, None, 1, 2,
389 build = builder.Builder(self.toolchains, BASE_DIR, None, 1, 2,
/OK3568_Linux_fs/buildroot/docs/manual/
H A Ddebugging-buildroot.txt43 - +BASE_DIR+: the base output directory
H A Dcustomize-post-image.txt32 +BASE_DIR+.
H A Dcustomize-rootfs.txt71 - +BASE_DIR+: the base output directory
/OK3568_Linux_fs/buildroot/build/
H A Dupdate_defconfig.sh28 BASE_DIR="$OUTPUT_DIR" SKIP_LEGACY= \
/OK3568_Linux_fs/buildroot/package/gcc/
H A Dgcc.mk88 HOST_GCC_COMMON_CONF_OPTS += --with-debug-prefix-map=$(BASE_DIR)=buildroot