Home
last modified time | relevance | path

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

/minix3/minix/lib/libc/sys/
H A Dmount.c106 char *testpath; in minix_mount() local
107 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()
/minix3/external/bsd/kyua-cli/dist/store/
H A Dschema_inttest.cpp457 const fs::path testpath("test.db"); in ATF_TEST_CASE_BODY() local
460 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() local
485 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()