Home
last modified time | relevance | path

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

/tools/treble/split/
Dmanifest_split.py322 def is_product_makefile(makefile): argument
341 return (all([not makefile.startswith(p) for p in banned_prefixes]) and
342 all([not makefile.endswith(s) for s in banned_suffixes]))
349 def strip_overlay(makefile): argument
352 if makefile.startswith(overlay):
353 return makefile[len(overlay):]
354 return makefile
357 for makefile in product_makefiles:
360 makefile_with_overlay = os.path.join(overlay, makefile)
362 makefile = makefile_with_overlay
[all …]
Dmanifest_split_test.py207 for makefile in makefiles:
208 os.makedirs(os.path.dirname(makefile))
209 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.py209 self._output_file = channel.makefile()
/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
Dsl4a_session.py224 return client_socket, client_socket.makefile(mode='brw')