Home
last modified time | relevance | path

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

/external/libbrillo/brillo/streams/
Dfile_stream.h30 TRUNCATE_EXISTING, // Open/truncate existing file. Fail if doesn't exist. enumerator
Dfile_stream.cc236 case Disposition::TRUNCATE_EXISTING: in Open()
Dfile_stream_unittest.cc884 FileStream::Disposition::TRUNCATE_EXISTING, in TEST_F()
902 FileStream::Disposition::TRUNCATE_EXISTING, in TEST_F()
/external/deqp/framework/delibs/deutil/
DdeFile.c271 create = TRUNCATE_EXISTING; in deFile_create()