HomeSort by relevance Sort by last modified time
    Searched full:wal_exists (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/sqlite/src/test/
threadtest3.c 990 int wal_exists = 0; local
1000 wal_exists = (filesize(&err, "test.db-wal") >= 0);
1001 if( (journal_exists+wal_exists)!=1 ){
1003 journal_exists, wal_exists
    [all...]

Completed in 586 milliseconds