Searched refs:normalized_path (Results 1 – 1 of 1) sorted by relevance
293 char* normalized_path = realpath(res.second.c_str(), resolvedName); in EncodePath() local295 char* normalized_path = realpath(res.second.c_str(), nullptr); in EncodePath() local297 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()