Searched refs:ExtractModuleName (Results 1 – 5 of 5) sorted by relevance
355 def ExtractModuleName(infile_path): function1013 module_name = ExtractModuleName(os.path.basename(input_path))1065 module_names = [ExtractModuleName(path) for path in sig_files]1090 name = ExtractModuleName(input_path)
70 self.assertEqual('somefile-2', gs.ExtractModuleName('somefile-2.ext'))
54 module_name = ExtractModuleName(file_name); in TargetNtMapViewOfSection()
144 UNICODE_STRING* ExtractModuleName(const UNICODE_STRING* module_path);
426 UNICODE_STRING* ExtractModuleName(const UNICODE_STRING* module_path) { in ExtractModuleName() function