Searched refs:footer_path (Results 1 – 2 of 2) sorted by relevance
76 DiskBuilder& DiskBuilder::FooterPath(std::string footer_path) & { in FooterPath() argument77 footer_path_ = std::move(footer_path); in FooterPath()80 DiskBuilder DiskBuilder::FooterPath(std::string footer_path) && { in FooterPath() argument81 footer_path_ = std::move(footer_path); in FooterPath()
39 DiskBuilder& FooterPath(std::string footer_path) &;40 DiskBuilder FooterPath(std::string footer_path) &&;