Home
last modified time | relevance | path

Searched refs:this_dir (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/tools/testing/selftests/x86/bugs/
H A Dits_sysfs.py9 this_dir = os.path.dirname(os.path.realpath(__file__)) variable
10 sys.path.insert(0, this_dir + '/../../kselftest')
H A Dits_ret_alignment.py25 this_dir = os.path.dirname(os.path.realpath(__file__)) variable
26 sys.path.insert(0, this_dir + '/../../kselftest')
H A Dits_indirect_alignment.py25 this_dir = os.path.dirname(os.path.realpath(__file__)) variable
26 sys.path.insert(0, this_dir + '/../../kselftest')
/linux-6.15/tools/testing/selftests/devices/error_logs/
H A Dtest_device_error_logs.py20 this_dir = os.path.dirname(os.path.realpath(__file__)) variable
21 sys.path.append(os.path.join(this_dir, "../../kselftest/"))
/linux-6.15/tools/testing/selftests/net/rds/
H A Dtest.py19 this_dir = os.path.dirname(os.path.realpath(__file__)) variable
20 sys.path.append(os.path.join(this_dir, "../"))
/linux-6.15/tools/testing/selftests/devices/probe/
H A Dtest_discoverable_devices.py25 this_dir = os.path.dirname(os.path.realpath(__file__)) variable
26 sys.path.append(os.path.join(this_dir, "../../kselftest/"))
/linux-6.15/scripts/bash-completion/
H A Dmake9 local ifs=$IFS IFS=: dir compfile this_dir
16 this_dir="$(realpath "$(dirname "${BASH_SOURCE[0]}")")"
19 if [[ ! -d ${dir} || ${dir} = "${this_dir}" ]]; then