Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/
H A Dfs_mgr.cpp662 static void SetReadAheadSize(const std::string& entry_block_device, off64_t size_kb) { in SetReadAheadSize() argument
664 if (!Realpath(entry_block_device, &block_device)) { in SetReadAheadSize()
665 PERROR << "Failed to realpath " << entry_block_device; in SetReadAheadSize()