Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dotapreopt_chroot.cpp187 constexpr const char* kPostInstallLinkerconfig = "/postinstall/linkerconfig"; in otapreopt_chroot() local
189 if (mount("tmpfs", kPostInstallLinkerconfig, "tmpfs", 0, nullptr) != 0) { in otapreopt_chroot()
190 PLOG(ERROR) << "Failed to mount a tmpfs for " << kPostInstallLinkerconfig; in otapreopt_chroot()