HomeSort by relevance Sort by last modified time
    Searched refs:dbopen (Results 1 - 2 of 2) sorted by null

  /external/iproute2/
configure 305 dbopen("/tmp/xxx_test_db.db", O_CREAT|O_RDWR, 0644, DB_HASH, NULL);
  /external/iproute2/misc/
arpd.c 683 dbase = dbopen(dbname, O_CREAT|O_RDWR, 0644, DB_HASH, NULL);

Completed in 612 milliseconds