HomeSort by relevance Sort by last modified time
    Searched refs:FLAG_APPEND (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/files/
file_posix.cc 465 !(flags & FLAG_APPEND) &&
473 if (flags & FLAG_APPEND && flags & FLAG_READ)
475 else if (flags & FLAG_APPEND)
file.h 74 FLAG_APPEND = 1 << 7,
234 // with FLAG_APPEND.
file_unittest.cc 228 File file(file_path, base::File::FLAG_CREATE | base::File::FLAG_APPEND);
245 base::File::FLAG_APPEND);

Completed in 51 milliseconds