Searched refs:this_dir (Results 1 – 3 of 3) sorted by relevance
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/"))
Completed in 8 milliseconds