Home
last modified time | relevance | path

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

/bionic/libc/tools/
Dgenlibgcc_compat.py91 file_path = build_path + "/arch-" + arch + "/bionic/" + file_name
119 print "* Generating " + file_path
120 fres = open(file_path, 'w')
Dgensyscalls.py488 def parse_file(self, file_path): argument
489 logging.debug("parse_file: %s" % file_path)
490 fp = open(file_path)
/bionic/linker/
Dlinker.cpp1103 const char* file_path = &buf[separator - path + 2]; in open_library_in_zipfile() local
1122 if (FindEntry(handle, ZipEntryName(file_path), &entry) != 0) { in open_library_in_zipfile()