Home
last modified time | relevance | path

Searched refs:file_path (Results 1 – 2 of 2) 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')
Dbionic_utils.py143 def parse_file(self, file_path): argument
144 D2("parse_file: %s" % file_path)
145 fp = open(file_path)