Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest1.c6314 char *testPath; in file_control_lockproxy_test() local
6331 rc = sqlite3_file_control(db, NULL, SQLITE_GET_LOCKPROXYFILE, &testPath); in file_control_lockproxy_test()
6332 if( strncmp(proxyPath,testPath,11) ){ in file_control_lockproxy_test()