Searched refs:real_source (Results 1 – 1 of 1) sorted by relevance
857 std::string real_source; in __mount() local858 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()