Searched refs:testpath (Results 1 – 3 of 3) sorted by relevance
422 $testpath = "$workpath$pathsep$testname";436 $log_filename = "$testpath.$logext";437 $diff_filename = "$testpath.$diffext";438 $base_filename = "$testpath.$baseext";439 $tmp_filename = "$testpath.$tmpfilesuffix";
457 const fs::path testpath("test.db"); in ATF_TEST_CASE_BODY() local460 testpath, sqlite::open_readwrite | sqlite::open_create); in ATF_TEST_CASE_BODY()465 store::backend backend = store::backend::open_ro(testpath); in ATF_TEST_CASE_BODY()482 const fs::path testpath("test.db"); in ATF_TEST_CASE_BODY() local485 testpath, sqlite::open_readwrite | sqlite::open_create); in ATF_TEST_CASE_BODY()492 store::backend backend = store::backend::open_ro(testpath); in ATF_TEST_CASE_BODY()
694 char *ptr, *testpath; in mdb_cf_gen() local698 testpath = ch_malloc( len + STRLENOF(LDAP_DIRSEP) + STRLENOF("DUMMY") + 1 ); in mdb_cf_gen()699 ptr = lutil_strcopy( testpath, c->value_string ); in mdb_cf_gen()702 f = fopen( testpath, "w" ); in mdb_cf_gen()705 unlink( testpath ); in mdb_cf_gen()707 ch_free( testpath ); in mdb_cf_gen()