Home
last modified time | relevance | path

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

/rocksdb-6.9/env/
Denv_chroot.cc293 char* normalized_path = realpath(res.second.c_str(), resolvedName); in EncodePath() local
295 char* normalized_path = realpath(res.second.c_str(), nullptr); in EncodePath() local
297 if (normalized_path == nullptr) { in EncodePath()
299 } else if (strlen(normalized_path) < chroot_dir_.size() || in EncodePath()
300 strncmp(normalized_path, chroot_dir_.c_str(), in EncodePath()
308 free(normalized_path); in EncodePath()