Home
last modified time | relevance | path

Searched refs:kSecondaryPath (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/examples/
Dmulti_processes_example.cc256 const std::string kSecondaryPath = in RunSecondary() local
259 if (nullptr == opendir(kSecondaryPath.c_str())) { in RunSecondary()
261 mkdir(kSecondaryPath.c_str(), S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in RunSecondary()
271 Status s = DB::OpenAsSecondary(options, kDBPath, kSecondaryPath, &db); in RunSecondary()