operator+ | Deleted catch-all overload that forbids unsafe path concatenation via operator+. |
operator/ | Deleted catch-all overload that forbids unsafe path append operations via operator/. |
::AbsPathForConfigVal | Most paths passed as configuration arguments are treated as relative to the datadir if they are not absolute. |
::BlockPolicyFeeEstPath | Path of the block policy fee estimator data file. |
::CheckDiskSpace | Check that a directory has enough free space for an additional write. |
::DecodeAsmap | Read and check asmap from provided binary file. |
::DirectoryCommit | Sync directory contents. This is required on some environments to ensure that newly created files are committed to disk. |
::DumpAnchors | Dump the anchor IP address database (anchors.dat) |
::GetDefaultDataDir | Get the default data directory for the current platform and user. |
::IsDirWritable | Check if a directory is writable by creating a temporary file on it. |
::MempoolPolicyEstimatorPath | Path of the mempool policy estimator data file. |
::ReadAnchors | Read the anchor IP address database (anchors.dat) |
::ReadBinaryFile | Read full contents of a file and return them in a std::string. |
::RenameOver | Rename src to dest. |
::TryCreateDirectories | Create a directory and any missing parent directories. |
::UnlockDirectory | Release a directory lock previously taken with LockDirectory. |
::WriteBinaryFile | Write contents of std::string to a file. |
::common::ReadSettings | Read settings file. |
::common::WriteSettings | Write settings file. |
::fsbridge::AbsPathJoin | Helper function for joining two paths |
::fsbridge::fopen | Open a file, handling path encoding correctly across platforms. |
::node::FindAssumeutxoChainstateDir | Return a path to the snapshot-based chainstate dir, if one exists. |
::node::MempoolPath | Return the on-disk path used to load and save the persisted mempool. |
::node::ReadSnapshotBaseBlockhash | Read the blockhash of the snapshot base block that was used to construct the chainstate. |
::util::GetExePath | Return path to current executable assuming it was invoked with argv0. If path could not be determined, returns an empty path. |
::util::LockDirectory | Acquire an exclusive lock on a directory via a lock file. |
::wallet::BDBDataFile | Returns the path to the Berkeley DB data file for a wallet path. |
::wallet::GetWalletDir | Get the path of the wallet directory. |
::wallet::GetWalletPath | Determine the path that the wallet is stored in |
::wallet::IsBDBFile | Returns whether the file at the path is a Berkeley DB file. |
::wallet::IsSQLiteFile | Returns whether the file at the path is a SQLite file. |
::wallet::ListDatabases | Recursively list database paths in directory. |
::wallet::MakeBerkeleyRODatabase | Return object giving access to Berkeley Read Only database at specified path. |
::wallet::MakeDatabase | Creates or opens a wallet database at the given path. |
::wallet::MakeSQLiteDatabase | Open or create a SQLite wallet database at the given path. |
::wallet::SQLiteDataFile | Returns the path to the SQLite data file for a wallet path. |