Lines Matching refs:file_path
121 void PopulateCommandArgs(const std::string& file_path, const char* command, in PopulateCommandArgs() argument
128 snprintf(usage[2], optLength, "--file=%s", file_path.c_str()); in PopulateCommandArgs()
135 std::string file_path = MakeFilePath("rocksdb_sst_test.sst"); in TEST_F() local
136 createSST(opts, file_path); in TEST_F()
139 PopulateCommandArgs(file_path, "--command=raw", usage); in TEST_F()
144 cleanup(opts, file_path); in TEST_F()
157 std::string file_path = MakeFilePath("rocksdb_sst_test.sst"); in TEST_F() local
158 createSST(opts, file_path); in TEST_F()
161 PopulateCommandArgs(file_path, "--command=raw", usage); in TEST_F()
166 cleanup(opts, file_path); in TEST_F()
179 std::string file_path = MakeFilePath("rocksdb_sst_test.sst"); in TEST_F() local
180 createSST(opts, file_path); in TEST_F()
183 PopulateCommandArgs(file_path, "--command=raw", usage); in TEST_F()
188 cleanup(opts, file_path); in TEST_F()
201 std::string file_path = MakeFilePath("rocksdb_sst_test.sst"); in TEST_F() local
202 createSST(opts, file_path); in TEST_F()
205 PopulateCommandArgs(file_path, "--show_properties", usage); in TEST_F()
210 cleanup(opts, file_path); in TEST_F()
223 std::string file_path = MakeFilePath("rocksdb_sst_test.sst"); in TEST_F() local
224 createSST(opts, file_path); in TEST_F()
227 PopulateCommandArgs(file_path, "--command=recompress", usage); in TEST_F()
232 cleanup(opts, file_path); in TEST_F()
242 std::string file_path = MakeFilePath("rocksdb_sst_test.sst"); in TEST_F() local
243 createSST(opts, file_path); in TEST_F()
246 PopulateCommandArgs(file_path, "--command=verify_checksum", usage); in TEST_F()
251 cleanup(opts, file_path); in TEST_F()