Searched refs:testpath (Results 1 – 2 of 2) sorted by relevance
106 char *testpath; in minix_mount() local107 testpath = strtok(fspath, ":"); in minix_mount()110 if (strlen(testpath) + strlen(type) >= sizeof(path)) { in minix_mount()115 strcpy(path, testpath); in minix_mount()120 } while ((testpath = strtok(NULL, ":")) != NULL); in minix_mount()122 if (testpath == NULL) { in minix_mount()
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()