Home
last modified time | relevance | path

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

/tools/treble/split/
Dmanifest_split.py334 def is_product_makefile(makefile): argument
353 return (all([not makefile.startswith(p) for p in banned_prefixes]) and
354 all([not makefile.endswith(s) for s in banned_suffixes]))
361 def strip_overlay(makefile): argument
364 if makefile.startswith(overlay):
365 return makefile[len(overlay):]
366 return makefile
369 for makefile in product_makefiles:
372 makefile_with_overlay = os.path.join(overlay, makefile)
374 makefile = makefile_with_overlay
[all …]
Dmanifest_split_test.py210 for makefile in makefiles:
211 os.makedirs(os.path.dirname(makefile))
212 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.py207 self._output_file = channel.makefile()
/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
Dsl4a_session.py231 return client_socket, client_socket.makefile(mode='brw')