Home
last modified time | relevance | path

Searched refs:cp_flag_p (Results 1 - 2 of 2) sorted by relevance

/third_party/toybox/porting/liteos_a/toys/posix/
H A Dcp.c474 static inline int cp_flag_p(void) { return FLAG_p; }; in cp_flag_p() function
528 if (flags & (FLAG_p|FLAG_o|FLAG_g)) toys.optflags |= cp_flag_p(); in install_main()
/third_party/toybox/toys/posix/
H A Dcp.c470 static inline int cp_flag_p(void) { return FLAG_p; }; in cp_flag_p() function
524 if (flags & (FLAG_p|FLAG_o|FLAG_g)) toys.optflags |= cp_flag_p(); in install_main()

Completed in 3 milliseconds