Home
last modified time | relevance | path

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

/system/extras/cppreopts/
Dcppreopts.sh43 mountpoint=$1
45 if ! test -f ${mountpoint}/system-other-odex-marker ; then
50 log -p i -t cppreopts "cppreopts from ${mountpoint}"
54 …for file in $(find ${mountpoint} -type f -name "*.odex" -o -type f -name "*.vdex" -o -type f -name…
55 real_name=${file/${mountpoint}/\/system}
/system/update_engine/common/
Dutils.cc658 const string& mountpoint, in MountFilesystem() argument
669 int rc = mount(device.c_str(), mountpoint.c_str(), fstype, mountflags, in MountFilesystem()
675 << " on " << mountpoint << " as " << fstype; in MountFilesystem()
683 bool UnmountFilesystem(const string& mountpoint) { in UnmountFilesystem() argument
686 if (umount(mountpoint.c_str()) == 0) in UnmountFilesystem()
693 LOG(INFO) << "Not a mountpoint: " << mountpoint; in UnmountFilesystem()
696 PLOG(WARNING) << "Error unmounting " << mountpoint << " after " << num_retries in UnmountFilesystem()
698 if (umount2(mountpoint.c_str(), MNT_DETACH) != 0) { in UnmountFilesystem()
705 bool IsMountpoint(const std::string& mountpoint) { in IsMountpoint() argument
714 if (lstat(mountpoint.c_str(), &stdir) != 0) { in IsMountpoint()
[all …]
Dutils.h189 const std::string& mountpoint,
193 bool UnmountFilesystem(const std::string& mountpoint);
199 bool IsMountpoint(const std::string& mountpoint);
Dtest_utils.h113 explicit ScopedFilesystemUnmounter(const std::string& mountpoint) in ScopedFilesystemUnmounter() argument
114 : mountpoint_(mountpoint), in ScopedFilesystemUnmounter()
/system/vold/
Dcryptfs.h226 int wait_and_unmount(const char* mountpoint, bool kill);
Dcryptfs.cpp1439 int wait_and_unmount(const char *mountpoint, bool kill) in wait_and_unmount() argument
1446 if (umount(mountpoint) == 0) { in wait_and_unmount()
1463 android::vold::KillProcessesWithOpenFiles(mountpoint, SIGTERM); in wait_and_unmount()
1466 android::vold::KillProcessesWithOpenFiles(mountpoint, SIGKILL); in wait_and_unmount()
1474 SLOGD("unmounting %s succeeded\n", mountpoint); in wait_and_unmount()
1477 android::vold::KillProcessesWithOpenFiles(mountpoint, 0); in wait_and_unmount()
1478 SLOGE("unmounting %s failed: %s\n", mountpoint, strerror(err)); in wait_and_unmount()
/system/core/shell_and_utilities/
DREADME.md115 more mountpoint mv netstat nice nl nohup od paste patch pgrep pidof
137 mountpoint mv netstat nice nl nohup od paste patch pgrep pidof pkill
160 mkswap mktemp modinfo modprobe more mount mountpoint mv netstat nice
186 mktemp modinfo modprobe more mount mountpoint mv netstat nice nl nohup
/system/update_engine/sample_images/
Dgenerate_images.sh31 if mountpoint -q "${path}"; then
/system/sepolicy/prebuilts/api/26.0/public/
Dfile.te176 # Files inside the /postinstall mountpoint are all labeled as postinstall_file.
/system/sepolicy/prebuilts/api/27.0/public/
Dfile.te178 # Files inside the /postinstall mountpoint are all labeled as postinstall_file.
/system/sepolicy/prebuilts/api/28.0/public/
Dfile.te235 # Files inside the /postinstall mountpoint are all labeled as postinstall_file.
/system/sepolicy/public/
Dfile.te235 # Files inside the /postinstall mountpoint are all labeled as postinstall_file.