Home
last modified time | relevance | path

Searched refs:cleanup (Results 1 – 8 of 8) sorted by relevance

/build/soong/ui/build/paths/
Dlogs.go57 func tmpFallback(name string) (addr string, cleanup func(), err error) {
60 cleanup = func() {}
63 cleanup = func() {
92 addr, cleanup, err := procFallback(name)
95 return addr, cleanup, nil
98 cleanup()
101 addr, cleanup, err := tmpFallback(name)
104 return addr, cleanup, nil
107 cleanup()
113 socket, cleanup, err := lookup(name)
[all …]
/build/soong/ui/build/
Dsignal.go41 func SetupSignals(log logger.Logger, cancel, cleanup func()) {
44 go handleSignals(signals, log, cancel, cleanup)
47 func handleSignals(signals chan os.Signal, log logger.Logger, cancel, cleanup func()) {
70 cleanup()
/build/make/tools/
Dcheck_identical_lib.sh12 function cleanup() { function
16 trap cleanup EXIT
/build/make/tools/atree/
Dfiles.cpp195 goto cleanup; in read_list_file()
203 goto cleanup; in read_list_file()
213 goto cleanup; in read_list_file()
221 goto cleanup; in read_list_file()
228 goto cleanup; in read_list_file()
291 goto cleanup; in read_list_file()
319 cleanup: in read_list_file()
/build/blueprint/tests/
Dtest_tree_tests.sh13 function cleanup() { function
18 trap cleanup EXIT
/build/blueprint/
DBlueprints112 "bootstrap/cleanup.go",
/build/soong/docs/
Dbest_practices.md88 Eventually we'd like to remove `LOCAL_C_INCLUDES`, though significant cleanup
/build/make/
DChanges.md237 and do some further cleanup where `LOCAL_REQUIRED_MODULES` are still merged