Home
last modified time | relevance | path

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

/aosp12/build/make/tools/libhost/include/host/
H A DCopyFile.h17 COPY_TIMESTAMPS = 0x00100000, // preserve mode, ownership, timestamps enumerator
/aosp12/build/make/tools/acp/
H A Dacp.c201 options |= COPY_TIMESTAMPS; in main()
/aosp12/build/make/tools/libhost/
H A DCopyFile.c164 if (options & COPY_TIMESTAMPS) { in setPermissions()