Home
last modified time | relevance | path

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

/tools/treble/split/
Dmanifest_split.py202 def is_product_makefile(makefile): argument
221 return (all([not makefile.startswith(p) for p in banned_prefixes]) and
222 all([not makefile.endswith(s) for s in banned_suffixes]))
229 def strip_overlay(makefile): argument
232 if makefile.startswith(overlay):
233 return makefile[len(overlay):]
234 return makefile
237 for makefile in product_makefiles:
240 makefile_with_overlay = os.path.join(overlay, makefile)
242 makefile = makefile_with_overlay
[all …]
Dmanifest_split_test.py101 for makefile in makefiles:
102 os.makedirs(os.path.dirname(makefile))
103 os.mknod(makefile)
/tools/test/connectivity/acts/framework/tests/controllers/sl4a_lib/
Drpc_connection_test.py52 fake_conn.makefile.return_value = fake_file
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dsyslog_lib.py186 self._output_file = channel.makefile()