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