Searched refs:DATABASE_HOME (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DEnvExample.cpp25 #define DATABASE_HOME ":database" macro
29 #define DATABASE_HOME "\\tmp\\database"
32 #define DATABASE_HOME "/tmp/database"
61 home = DATABASE_HOME;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_env.c18 #define DATABASE_HOME ":database" macro
22 #define DATABASE_HOME "\\tmp\\database" macro
25 #define DATABASE_HOME "/tmp/database" macro
44 * All of the shared database files live in DATABASE_HOME, but
47 home = DATABASE_HOME;
H A Dex_dbclient.c18 #define DATABASE_HOME "database" macro
43 * All of the shared database files live in DATABASE_HOME, but
46 home = DATABASE_HOME;
60 * All of the shared database files live in DATABASE_HOME, but
63 home = DATABASE_HOME;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DEnvExample.java24 private static final File DATABASE_HOME = new File("/tmp/database"); field in class:EnvExample
97 File home = DATABASE_HOME;
H A DRPCExample.java21 private static final File DATABASE_HOME = new File("TESTDIR"); field in class:RPCExample
88 File home = DATABASE_HOME;

Completed in 103 milliseconds