[VFS] Make ResolvePath argument a const reference.
This commit is contained in:
@@ -171,7 +171,7 @@ class StfsContainerDevice : public Device {
|
||||
|
||||
bool Initialize() override;
|
||||
void Dump(StringBuffer* string_buffer) override;
|
||||
Entry* ResolvePath(std::string path) override;
|
||||
Entry* ResolvePath(const std::string& path) override;
|
||||
|
||||
uint32_t total_allocation_units() const override {
|
||||
return uint32_t(mmap_total_size_ / sectors_per_allocation_unit() /
|
||||
|
||||
Reference in New Issue
Block a user