Lines Matching refs:EncodePathWithNewBasename
45 auto status_and_enc_path = EncodePathWithNewBasename(path); in RegisterDbPaths()
58 auto status_and_enc_path = EncodePathWithNewBasename(path); in UnregisterDbPaths()
70 auto status_and_enc_path = EncodePathWithNewBasename(fname); in NewSequentialFile()
81 auto status_and_enc_path = EncodePathWithNewBasename(fname); in NewRandomAccessFile()
92 auto status_and_enc_path = EncodePathWithNewBasename(fname); in NewWritableFile()
104 auto status_and_enc_path = EncodePathWithNewBasename(fname); in ReuseWritableFile()
120 auto status_and_enc_path = EncodePathWithNewBasename(fname); in NewRandomRWFile()
130 auto status_and_enc_path = EncodePathWithNewBasename(dir); in NewDirectory()
138 auto status_and_enc_path = EncodePathWithNewBasename(fname); in FileExists()
173 auto status_and_enc_path = EncodePathWithNewBasename(dirname); in CreateDir()
181 auto status_and_enc_path = EncodePathWithNewBasename(dirname); in CreateDirIfMissing()
219 auto status_and_dest_enc_path = EncodePathWithNewBasename(dest); in RenameFile()
232 auto status_and_dest_enc_path = EncodePathWithNewBasename(dest); in LinkFile()
241 auto status_and_enc_path = EncodePathWithNewBasename(fname); in LockFile()
265 auto status_and_enc_path = EncodePathWithNewBasename(fname); in NewLogger()
315 std::pair<Status, std::string> EncodePathWithNewBasename( in EncodePathWithNewBasename() function in ROCKSDB_NAMESPACE::ChrootEnv