Searched defs:file_path (Results 1 – 5 of 5) sorted by relevance
35 def load_syscall_names_from_file(file_path, architecture): argument41 def load_syscall_priorities_from_file(file_path): argument
12 def load_syscall_names_from_file(file_path, architecture): argument
435 def parse_file(self, file_path): argument
911 static void TestAidNamePrefix(const std::string& file_path) { in TestAidNamePrefix()
952 const char* file_path = &buf[separator - path + 2]; in open_library_in_zipfile() local