Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_prepostinstall.cpp93 for (const std::string& active_point : activation_dirs) { in StageFnInstall() local
94 if (0 != rmdir(active_point.c_str())) { in StageFnInstall()
96 << active_point; in StageFnInstall()
119 std::string active_point = in StageFnInstall() local
121 if (0 == mkdir(active_point.c_str(), kMkdirMode)) { in StageFnInstall()
122 activation_dirs.emplace_back(std::move(active_point)); in StageFnInstall()
126 return Error() << "Unable to create mount point" << active_point << ": " in StageFnInstall()
165 std::string active_point; in RunFnInstall() local
185 active_point = apexd_private::GetActiveMountPoint(manifest); in RunFnInstall()
190 apexd_private::BindMount(active_point, mount_point); in RunFnInstall()
[all …]