Searched refs:FLAG_OPEN_TRUNCATED (Results 1 – 2 of 2) sorted by relevance
/external/libchrome/base/files/ | ||
D | file.h | 71 FLAG_OPEN_TRUNCATED = 1 << 4, // Opens a file and truncates it, only if it enumerator |
D | file_posix.cc | 446 if (flags & FLAG_OPEN_TRUNCATED) { in DoInitialize() |