Searched refs:trg (Results 1 – 1 of 1) sorted by relevance
158 std::string trg = StringPrintf("/postinstall%s", kBindMounts[i]); in otapreopt_chroot() local159 if (mount(kBindMounts[i], trg.c_str(), nullptr, MS_BIND, nullptr) != 0) { in otapreopt_chroot()