Searched refs:find_program_dir (Results 1 – 4 of 4) sorted by relevance
19 kernel_original_path = os.path.normpath( find_program_dir() + '/../../../../external/kernel-headers…23 kernel_cleaned_path = os.path.normpath( find_program_dir() + '/..' )
32 progdir = find_program_dir()
12 program_dir = find_program_dir()
47 def find_program_dir(): function