OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_CP_mode
(Results
1 - 2
of
2
) sorted by null
/external/toybox/generated/
tags.h
2
#define
_CP_mode
(1<<0)
/external/toybox/toys/posix/
cp.c
10
* TODO: what's this
_CP_mode
system.posix_acl_ business? We chmod()?
356
if (TT.pflags &
_CP_mode
) fchmod(fdout, try->st.st_mode);
Completed in 46 milliseconds