Home
last modified time | relevance | path

Searched refs:Path (Results 1 – 19 of 19) sorted by relevance

/rocksdb-6.9/java/jmh/src/main/java/org/rocksdb/util/
DFileUtils.java12 import java.nio.file.Path;
17 private static final SimpleFileVisitor<Path> DELETE_DIR_VISITOR = new DeleteDirVisitor();
34 public static void delete(final Path path) throws IOException { in delete()
42 private static class DeleteDirVisitor extends SimpleFileVisitor<Path> {
44 …public FileVisitResult visitFile(final Path file, final BasicFileAttributes attrs) throws IOExcept… in visitFile()
50 …public FileVisitResult postVisitDirectory(final Path dir, final IOException exc) throws IOExceptio… in postVisitDirectory()
/rocksdb-6.9/utilities/persistent_cache/
Dblock_cache_tier_file.cc52 Status status = env_->GetFileSize(Path(), size); in Delete()
56 return env_->DeleteFile(Path()); in Delete()
211 ROCKS_LOG_DEBUG(log_, "Opening cache file %s", Path().c_str()); in OpenImpl()
222 NewLegacyRandomAccessFileWrapper(file), Path(), env_)); in OpenImpl()
240 Error(log_, "Error reading from file %s. %s", Path().c_str(), in Read()
258 Path().c_str(), lba.off_); in ParseRec()
294 Path().c_str(), max_size_); in Create()
298 Status s = env_->FileExists(Path()); in Create()
300 ROCKS_LOG_WARN(log_, "File %s already exists. %s", Path().c_str(), in Create()
304 s = NewWritableCacheFile(env_, Path(), &file_); in Create()
[all …]
Dblock_cache_tier_file.h121 std::string Path() const { in Path() function
/rocksdb-6.9/
DCMakeCache.txt17 //Path to a program.
20 //Path to a program.
23 //Path to a program.
114 //Path to a program.
189 //Path to a program.
192 //Path to a program.
215 //Path to a program.
218 //Path to a program.
221 //Path to a program.
322 //Path to a file.
[all …]
/rocksdb-6.9/java/src/test/java/org/rocksdb/util/
DJNIComparatorTest.java59 final Path javaDbDir = in java_comparator_equals_cpp_comparator()
65 final Path cppDbDir = in java_comparator_equals_cpp_comparator()
74 private void storeWithJavaComparator(final Path dir, in storeWithJavaComparator()
93 private void storeWithCppComparator(final Path dir, in storeWithCppComparator()
113 private int[] readAllWithJavaComparator(final Path dir, in readAllWithJavaComparator()
144 private int[] readAllWithCppComparator(final Path dir, in readAllWithCppComparator()
DBytewiseComparatorTest.java48 final Path dbDir = in java_vs_cpp_bytewiseComparator()
77 final Path dbDir = in java_vs_java_bytewiseComparator()
108 final Path dbDir = in java_vs_cpp_directBytewiseComparator()
137 final Path dbDir = in java_vs_java_directBytewiseComparator()
168 final Path dbDir = in java_vs_cpp_reverseBytewiseComparator()
197 final Path dbDir = in java_vs_java_reverseBytewiseComparator()
346 final Path dbDir, final BuiltinComparator cppComparator) in openDatabase()
358 final Path dbDir, in openDatabase()
DBytewiseComparatorIntTest.java21 import java.nio.file.Path;
146 private void testRoundtrip(final Path db_path, in testRoundtrip()
196 private void testRoundtripCf(final Path db_path, in testRoundtripCf()
DReverseBytewiseComparatorIntTest.java21 import java.nio.file.Path;
149 private void testRoundtrip(final Path db_path, in testRoundtrip()
199 private void testRoundtripCf(final Path db_path, in testRoundtripCf()
DIntComparatorTest.java145 private void testRoundtrip(final Path db_path, in testRoundtrip()
195 private void testRoundtripCf(final Path db_path, in testRoundtripCf()
/rocksdb-6.9/java/src/main/java/org/rocksdb/
DDbPath.java8 import java.nio.file.Path;
14 final Path path;
17 public DbPath(final Path path, final long targetSize) { in DbPath()
/rocksdb-6.9/file/
Drandom_access_file_reader_test.cc48 auto s = fs_->NewRandomAccessFile(Path(".direct"), opt, &f, nullptr); in IsDirectIOSupported()
54 ASSERT_OK(fs_->NewWritableFile(Path(fname), FileOptions(), &f, nullptr)); in Write()
61 std::string fpath = Path(fname); in Read()
84 std::string Path(const std::string& fname) { in Path() function in ROCKSDB_NAMESPACE::RandomAccessFileReaderTest
94 EXPECT_OK(fs_->DeleteFile(Path(f), IOOptions(), nullptr)); in GetAlignment()
/rocksdb-6.9/build_tools/
Drun_ci_db_test.ps188 md -Path $WorkFolder -ErrorAction Ignore | Out-Null
89 md -Path $LogFolder -ErrorAction Ignore | Out-Null
255 dir -Path $search_path | ForEach-Object {
295 dir -Path $search_path | ForEach-Object {
Dgnu_parallel30 use File::Path;
5007 if(eval{ File::Path::mkpath($dir); }) {
5017 File::Path::mkpath($dir);
/rocksdb-6.9/java/jmh/src/main/java/org/rocksdb/jmh/
DPutBenchmarks.java15 import java.nio.file.Path;
33 Path dbDir;
DComparatorBenchmarks.java17 import java.nio.file.Path;
49 Path dbDir;
DGetBenchmarks.java15 import java.nio.file.Path;
36 Path dbDir;
DMultiGetBenchmarks.java15 import java.nio.file.Path;
45 Path dbDir;
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DNativeLibraryLoaderTest.java27 final Path path = Paths.get(temporaryFolder.getRoot().getAbsolutePath(), in tempFolder()
/rocksdb-6.9/docs/_posts/
D2018-11-21-delete-range.markdown140 want to store skylines (see “Read Path” subsection below) computed over our ranges so we can binary…