Home
last modified time | relevance | path

Searched refs:FLAG_overwrite (Results 1 – 2 of 2) sorted by relevance

/external/toybox/toys/pending/
Dtar.c396 if (toys.optflags & FLAG_overwrite) flags = O_WRONLY|O_CREAT|O_TRUNC; in extract_to_disk()
/external/toybox/generated/
Dflags.h2442 #undef FLAG_overwrite
5090 #define FLAG_overwrite (1<<17) macro