Searched refs:CFG_CP_PRESERVE (Results 1 – 2 of 2) sorted by relevance
/external/toybox/generated/ | ||
D | config.h | 123 #define CFG_CP_PRESERVE 1 macro |
/external/toybox/toys/posix/ | ||
D | cp.c | 378 if (CFG_CP_PRESERVE && (toys.optflags & FLAG_preserve)) { in cp_main() |