Home
last modified time | relevance | path

Searched refs:already_exists (Results 1 – 3 of 3) sorted by relevance

/external/zopfli/src/zopflipng/
Dzopflipng_bin.cc341 bool already_exists = true; in main() local
342 if (origoutfilesize == 0) already_exists = false; in main()
349 bool keep_earlier_output_file = already_exists && in main()
363 if (!yes && !dryrun && already_exists) { in main()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h890 already_exists = 183 // ERROR_ALREADY_EXISTS
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DPathV2.inc215 if (ec == windows_error::already_exists)