Searched refs:this_dir (Results 1 – 7 of 7) sorted by relevance
9 this_dir = os.path.dirname(os.path.realpath(__file__)) variable10 sys.path.insert(0, this_dir + '/../../kselftest')
25 this_dir = os.path.dirname(os.path.realpath(__file__)) variable26 sys.path.insert(0, this_dir + '/../../kselftest')
20 this_dir = os.path.dirname(os.path.realpath(__file__)) variable21 sys.path.append(os.path.join(this_dir, "../../kselftest/"))
19 this_dir = os.path.dirname(os.path.realpath(__file__)) variable20 sys.path.append(os.path.join(this_dir, "../"))
25 this_dir = os.path.dirname(os.path.realpath(__file__)) variable26 sys.path.append(os.path.join(this_dir, "../../kselftest/"))
9 local ifs=$IFS IFS=: dir compfile this_dir16 this_dir="$(realpath "$(dirname "${BASH_SOURCE[0]}")")"19 if [[ ! -d ${dir} || ${dir} = "${this_dir}" ]]; then