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

/osnet-11/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);
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c154 get_db_path(hdp, DB_FILE, path, sizeof (path));
251 get_db_path(hdp, DB_FILE, path, sizeof (path));
372 (void) snprintf(can_path, sizeof (can_path), "%s/%s", ETCDEV, DB_FILE);
397 "/tmp%s/%s", ETCDEV, DB_FILE);
459 get_db_path(&proto, DB_FILE, path, sizeof (path));
702 get_db_path(hdp, DB_FILE, file, sizeof (file));
H A Ddevinfo_devlink.h191 #define DB_FILE ".devlink_db" macro

Completed in 23 milliseconds