Lines Matching refs:path_
1059 path_("") {
1066 path_ = itr->second;
1067 if (path_.empty()) {
1077 if (!path_.empty()) { in DoCommand()
1078 manifestfile = path_; in DoCommand()
1204 path_("") {
1208 path_ = itr->second;
1209 if (path_.empty()) {
1598 path_ = itr->second;
1600 db_path_ = path_;
1635 assert(!path_.empty()); in DoCommand()
1636 std::string fileName = GetFileNameFromPath(path_); in DoCommand()
1644 LDBCommandExecuteResult::Failed("Can't parse file type: " + path_); in DoCommand()
1651 DumpWalFile(options_, path_, /* print_header_ */ true, in DoCommand()
1656 DumpSstFile(options_, path_, is_key_hex_, /* show_properties */ true); in DoCommand()
1659 DumpManifestFile(options_, path_, /* verbose_ */ false, is_key_hex_, in DoCommand()
1664 "File type not supported: " + path_); in DoCommand()
1675 assert(path_.empty()); in DoDumpCommand()