Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_posix.cc48 bool IsOpenAppend(PlatformFile file) { in IsOpenAppend() function
85 bool IsOpenAppend(PlatformFile file) { in IsOpenAppend() function
264 if (IsOpenAppend(file_.get())) in Write()