Home
last modified time | relevance | path

Searched refs:THIS_DIR (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/tools/testing/ktest/examples/
Dsnowball.conf12 THIS_DIR := /home/rostedt/work/demo/ktest-embed
16 ADD_CONFIG = ${THIS_DIR}/addconfig
36 OUTPUT_MIN_CONFIG = ${THIS_DIR}/config.newmin
37 START_MIN_CONFIG = ${THIS_DIR}/config.orig
38 IGNORE_CONFIG = ${THIS_DIR}/config.ignore
45 CONSOLE = cat ${THIS_DIR}/snowball-cat
49 BUILD_DIR = ${THIS_DIR}/linux.git
50 OUTPUT_DIR = ${THIS_DIR}/snowball-build
Dcrosstests.conf27 THIS_DIR := ${PWD}
30 BUILD_DIR = ${THIS_DIR}/linux.git
33 OUTPUT_DIR = ${THIS_DIR}/cross-compile
225 MIN_CONFIG = ${THIS_DIR}/min-config
/linux-4.4.14/tools/testing/ktest/examples/include/
Ddefaults.conf33 THIS_DIR := ${PWD}
38 CONFIG_DIR := ${THIS_DIR}/configs/${MACHINE}
57 BUILD_DIR = ${THIS_DIR}/linux.git
60 OUTPUT_DIR = ${THIS_DIR}/build/${MACHINE}
67 SCRIPTS_DIR := ${THIS_DIR}/scripts
151 STORE_FAILURES = ${THIS_DIR}/failures
Dbisect.conf46 MIN_CONFIG = ${THIS_DIR}/config-bisect
87 CONFIG_BISECT = ${THIS_DIR}/config-bad
90 CONFIG_BISECT_GOOD = ${THIS_DIR}/config-good
/linux-4.4.14/fs/exofs/
Ddir.c566 #define THIS_DIR ".\0\0" macro
592 memcpy(de->name, THIS_DIR, sizeof(THIS_DIR)); in exofs_make_empty()