HomeSort by relevance Sort by last modified time
    Searched refs:top_level_phony (Results 1 - 5 of 5) sorted by null

  /build/kati/testcase/
top_level_phony.sh 35 ${mk} --warn_real_to_phony --top_level_phony 2>&1
42 ${mk} --werror_real_to_phony --top_level_phony 2>&1
  /build/kati/
flags.h 52 bool top_level_phony; member in struct:Flags
flags.cc 121 } else if (!strcmp(arg, "--top_level_phony")) {
122 top_level_phony = true;
dep.cc 772 if (!is_phony && !c->has_rule && g_flags.top_level_phony) {
  /build/soong/ui/build/
kati.go 84 "--top_level_phony",

Completed in 3307 milliseconds