OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:installclean
(Results
1 - 3
of
3
) sorted by null
/build/make/tools/
check_builds.sh
43
make PRODUCT-$(echo $1 | sed "s/-.*//" )-
installclean
/build/soong/ui/build/
cleanbuild.go
53
//
installClean
deletes all of the installed files -- the intent is to remove
60
func
installClean
(ctx Context, config Config, what int) {
124
// notice when the configuration has changed and call
installclean
to
156
ctx.BeginTrace("
installclean
")
162
ctx.Printf("Build configuration changed: %q -> %q, forcing
installclean
\n", prevConfig, currentConfig)
164
installClean
(ctx, config, 0)
build.go
135
if inList("
installclean
", config.Arguments()) {
136
installClean
(ctx, config, what)
Completed in 76 milliseconds