HomeSort by relevance Sort by last modified time
    Searched refs:KERNEL_DIR (Results 1 - 6 of 6) sorted by null

  /external/ltp/testcases/kernel/hotplug/cpu_hotplug/tools/
cpuhotplug_do_kcompile_loop 7 KERNEL_DIR=${1:-/usr/src/linux}
9 if [ ! -d $KERNEL_DIR ]; then
10 echo "${0##*/}: ERROR: kernel directory - $KERNEL_DIR - does not exist"
14 cd $KERNEL_DIR || exit $?
  /bionic/libc/kernel/tools/
generate_uapi_headers.sh 43 KERNEL_DIR=""
109 local kernel_dir=$3
120 if [[ ${file} =~ ${kernel_dir}/*(.+) ]]; then
131 verify_modified_hdrs "${dir}" ${tgt_dir}/$(basename ${dir}) "${kernel_dir}"
153 KERNEL_DIR="$1"
162 KERNEL_DIR="$1"
194 if [[ -d "${KERNEL_DIR}/linux-stable" ]]; then
202 verify_modified_hdrs "${KERNEL_DIR}/${src_dir}/include/scsi" \
204 "${KERNEL_DIR}/${src_dir}"
215 KERNEL_DIR="${TMPDIR}
    [all...]
  /external/ltp/testcases/kernel/include/
lib.mk 22 KERNEL_DIR := $(abs_top_builddir)/testcases/kernel
23 LIBKERNTEST_DIR := $(KERNEL_DIR)/lib
  /prebuilts/qemu-kernel/arm/
rebuild.sh 201 KERNEL_DIR="$1"
202 fail_ifnotdir "$KERNEL_DIR" "Missing kernel directory"
203 fail_ifnotdir "$KERNEL_DIR/kernel" "Missing kernel-specific directory"
204 fail_ifnotdir "$KERNEL_DIR/arch" "Missing kernel-specific directory"
205 fail_ifnotdir "$KERNEL_DIR/arch/arm/mach-goldfish" "Missing goldfish-specific directory"
277 cd "$KERNEL_DIR"
  /external/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/
cpuhotplug07.sh 50 KERNEL_DIR=$OPTARG;;
62 if [ ! -d "${KERNEL_DIR}" ]; then
63 tst_brkm TCONF "kernel directory - $KERNEL_DIR - does not exist"
84 cpuhotplug_do_kcompile_loop $KERNEL_DIR > /dev/null 2>&1 &
  /kernel/tests/net/test/
run_net_test.sh 58 KERNEL_DIR=$(readlink -f ${KERNEL_DIR:-.})
59 if [ "$OUT_DIR" != "$KERNEL_DIR" ]; then
63 CONFIG_SCRIPT=${KERNEL_DIR}/scripts/config
174 [ -f $CONFIG_FILE ] || (cd $KERNEL_DIR && $MAKE defconfig ARCH=um SUBARCH=x86_64)

Completed in 205 milliseconds