Searched refs:DB_FILE (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libsqlite/test/
H A Dthreadtest2.c31 #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);
/opensolaris-onvv-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c150 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 Ddevinfo_devlink.h192 #define DB_FILE ".devlink_db" macro

Completed in 91 milliseconds