Home
last modified time | relevance | path

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

/rocksdb-6.9/env/
Dio_posix.cc484 char real_path[PATH_MAX + 1]; in GetLogicalBlockSizeOfFd() local
487 if (realpath(path, real_path) == nullptr) { in GetLogicalBlockSizeOfFd()
490 std::string device_dir(real_path); in GetLogicalBlockSizeOfFd()