Home
last modified time | relevance | path

Searched defs:file_path (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/tools/
Dgenseccomp.py35 def load_syscall_names_from_file(file_path, architecture): argument
41 def load_syscall_priorities_from_file(file_path): argument
Dgenfunctosyscallnrs.py12 def load_syscall_names_from_file(file_path, architecture): argument
Dgensyscalls.py435 def parse_file(self, file_path): argument
/bionic/tests/
Dgrp_pwd_test.cpp911 static void TestAidNamePrefix(const std::string& file_path) { in TestAidNamePrefix()
/bionic/linker/
Dlinker.cpp952 const char* file_path = &buf[separator - path + 2]; in open_library_in_zipfile() local