Home
last modified time | relevance | path

Searched refs:stub (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/tools/
Dgensyscalls.py274 def add_footer(pointer_length, stub, syscall): argument
278 stub += function_alias % { "func" : syscall["func"], "alias" : alias }
282 stub += '.hidden ' + syscall["func"] + '\n'
284 return stub
503 for stub in self.new_stubs + self.other_files:
504 if not os.path.exists(bionic_libc_root + stub):
506 D("new file: " + stub)
507 adds.append(bionic_libc_root + stub)
508 shutil.copyfile(bionic_temp + stub, bionic_libc_root + stub)
510 elif not filecmp.cmp(bionic_temp + stub, bionic_libc_root + stub):
[all …]