Searched refs:prefix_path (Results 1 – 1 of 1) sorted by relevance
84 std::string prefix_path = root.to_string(); in Create() local85 file::AppendPath(&prefix_path, entry->d_name); in Create()88 if (file::GetFileType(prefix_path) != file::FileType::kDirectory in Create()89 || file::IsHidden(prefix_path)) { in Create()93 std::unique_ptr<DIR, decltype(closedir)*> subdir(opendir(prefix_path.data()), closedir); in Create()100 std::string full_path = prefix_path; in Create()