Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_prepostinstall.cpp99 for (const std::string& active_point : activation_dirs) { in RunFnInstall() local
100 if (0 != rmdir(active_point.c_str())) { in RunFnInstall()
102 << active_point; in RunFnInstall()
125 std::string active_point; in RunFnInstall() local
145 active_point = apexd_private::GetActiveMountPoint(manifest); in RunFnInstall()
148 if (0 == mkdir(active_point.c_str(), kMkdirMode)) { in RunFnInstall()
149 activation_dirs.push_back(active_point); in RunFnInstall()
151 PLOG(ERROR) << "Unable to create mount point " << active_point; in RunFnInstall()
158 apexd_private::BindMount(active_point, mount_point); in RunFnInstall()
161 << active_point << ": " << bind_status.error(); in RunFnInstall()
[all …]