Home
last modified time | relevance | path

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

/external/chromium_org/ppapi/tests/
Dtest_file_io.cc1296 bool truncate_if_exists = !!(expectations & TRUNCATE_IF_EXISTS); in MatchOpenExpectations() local
1343 if (truncate_if_exists != (info.size == 0)) in MatchOpenExpectations()