Home
last modified time | relevance | path

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

/system/extras/cppreopts/
Dcppreopts.sh44 mountpoint=$1
46 if ! test -f ${mountpoint}/system-other-odex-marker ; then
51 log -p i -t cppreopts "cppreopts from ${mountpoint}"
55 …for file in $(find ${mountpoint} -type f -name "*.odex" -o -type f -name "*.vdex" -o -type f -name…
56 real_name=${file/${mountpoint}/\/system}
Dpreloads_copy.sh24 mountpoint=$1
26 log -p i -t preloads_copy "Copying from $mountpoint/preloads"
28 for file in $(find ${mountpoint}/preloads -mindepth 1 -maxdepth 1); do
/system/update_engine/common/
Dutils.cc647 const string& mountpoint, in MountFilesystem() argument
659 mountpoint.c_str(), in MountFilesystem()
667 << mountpoint << " as " << fstype; in MountFilesystem()
675 bool UnmountFilesystem(const string& mountpoint) { in UnmountFilesystem() argument
678 if (umount(mountpoint.c_str()) == 0) in UnmountFilesystem()
685 LOG(INFO) << "Not a mountpoint: " << mountpoint; in UnmountFilesystem()
688 PLOG(WARNING) << "Error unmounting " << mountpoint << " after " << num_retries in UnmountFilesystem()
690 if (umount2(mountpoint.c_str(), MNT_DETACH) != 0) { in UnmountFilesystem()
697 bool IsMountpoint(const std::string& mountpoint) { in IsMountpoint() argument
706 if (lstat(mountpoint.c_str(), &stdir) != 0) { in IsMountpoint()
[all …]
Dutils.h182 const std::string& mountpoint,
186 bool UnmountFilesystem(const std::string& mountpoint);
192 bool IsMountpoint(const std::string& mountpoint);
Dtest_utils.h89 explicit ScopedFilesystemUnmounter(const std::string& mountpoint) in ScopedFilesystemUnmounter() argument
90 : mountpoint_(mountpoint), should_unmount_(true) {} in ScopedFilesystemUnmounter()
/system/vold/
Dcryptfs.h235 int wait_and_unmount(const char* mountpoint, bool kill);
Dcryptfs.cpp1459 int wait_and_unmount(const char* mountpoint, bool kill) { in wait_and_unmount() argument
1465 if (umount(mountpoint) == 0) { in wait_and_unmount()
1482 android::vold::KillProcessesWithOpenFiles(mountpoint, SIGTERM); in wait_and_unmount()
1485 android::vold::KillProcessesWithOpenFiles(mountpoint, SIGKILL); in wait_and_unmount()
1493 SLOGD("unmounting %s succeeded\n", mountpoint); in wait_and_unmount()
1496 android::vold::KillProcessesWithOpenFiles(mountpoint, 0); in wait_and_unmount()
1497 SLOGE("unmounting %s failed: %s\n", mountpoint, strerror(err)); in wait_and_unmount()
/system/core/shell_and_utilities/
DREADME.md106 more mountpoint mv netstat nice nl nohup od paste patch pgrep pidof
127 mountpoint mv netstat nice nl nohup od paste patch pgrep pidof pkill
149 mkswap mktemp modinfo modprobe more mount mountpoint mv netstat nice
175 modinfo modprobe more mount mountpoint mv netstat nice nl nohup od paste
203 mkdir mkfifo mknod mkswap mktemp modinfo modprobe more mount mountpoint
/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.te311 # Files inside the /postinstall mountpoint are all labeled as postinstall_file.
/system/sepolicy/prebuilts/api/29.0/public/
Dfile.te311 # Files inside the /postinstall mountpoint are all labeled as postinstall_file.