Searched refs:cleanup (Results 1 – 8 of 8) sorted by relevance
/build/soong/ui/build/paths/ |
D | logs.go | 57 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/ |
D | signal.go | 41 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/ |
D | check_identical_lib.sh | 12 function cleanup() { function 16 trap cleanup EXIT
|
/build/make/tools/atree/ |
D | files.cpp | 195 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/ |
D | test_tree_tests.sh | 13 function cleanup() { function 18 trap cleanup EXIT
|
/build/blueprint/ |
D | Blueprints | 112 "bootstrap/cleanup.go",
|
/build/soong/docs/ |
D | best_practices.md | 88 Eventually we'd like to remove `LOCAL_C_INCLUDES`, though significant cleanup
|
/build/make/ |
D | Changes.md | 237 and do some further cleanup where `LOCAL_REQUIRED_MODULES` are still merged
|