Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/wasm/
H A Dtest-opfs-vfs.js64 const aDir = testDir+'/test/dir';
65 await opfs.mkdir(aDir) || toss("mkdir failed");
66 await opfs.mkdir(aDir) || toss("mkdir must pass if the dir exists");
H A Dtester1.js1804 const aDir = testDir+'/test/dir';
1805 T.assert(await opfs.mkdir(aDir), "mkdir failed")
1806 .assert(await opfs.mkdir(aDir), "mkdir must pass if the dir exists")
/sqlite-3.40.0/ext/repair/
H A Dcheckindex.c649 const char *aDir[2] = {"", " DESC"}; in cidxColumnList() local
659 zRet = cidxMprintf(pRc, "%z%s%d%s", zRet, zSep, i+1, aDir[p->bDesc]); in cidxColumnList()