Home
last modified time | relevance | path

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

/aosp_15_r20/system/core/fs_mgr/
H A Dfs_mgr.cpp857 std::string real_source; in __mount() local
858 if (!android::base::Realpath(source, &real_source)) { in __mount()
859 real_source = source; in __mount()
861 ret = mount(real_source.c_str(), target.c_str(), entry.fs_type.c_str(), mountflags, in __mount()