Searched refs:DB_FILE (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | threadtest2.c | 31 #define DB_FILE "test.db" macro 82 while( (db = sqlite_open(DB_FILE, 0, 0))==0 ) sched_yield(); 102 if( strcmp(DB_FILE,":memory:") ) unlink(DB_FILE); 103 db = sqlite_open(DB_FILE, 0, 0);
|
/illumos-gate/usr/src/lib/libdevinfo/ |
H A D | devinfo_devlink.c | 150 get_db_path(hdp, DB_FILE, path, sizeof (path)); 247 get_db_path(hdp, DB_FILE, path, sizeof (path)); 368 (void) snprintf(can_path, sizeof (can_path), "%s/%s", ETCDEV, DB_FILE); 393 "/tmp%s/%s", ETCDEV, DB_FILE); 455 get_db_path(&proto, DB_FILE, path, sizeof (path)); 698 get_db_path(hdp, DB_FILE, file, sizeof (file));
|
H A D | devinfo_devlink.h | 192 #define DB_FILE ".devlink_db" macro
|
Completed in 66 milliseconds