Searched refs:scriptdir (Results 1 – 3 of 3) sorted by relevance
2 scriptdir=$(dirname $0)3 udir=$(dirname $scriptdir)4 cat $scriptdir/kernel-files.txt | \
104 scriptdir = get_main_dir()106 return remove_dir_from_path(path, scriptdir)309 scriptdir = get_main_dir() variable310 config_path = os.path.join(scriptdir, 'check_cfc.cfg')
730 scriptdir = os.path.dirname(__file__)732 copytree(os.path.join(scriptdir, 'make'), os.path.join(rdir, 'make'),