Searched refs:mountpoint (Results 1 – 14 of 14) sorted by relevance
/system/extras/cppreopts/ |
D | cppreopts.sh | 44 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}
|
D | preloads_copy.sh | 24 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/ |
D | utils.cc | 647 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 …]
|
D | utils.h | 182 const std::string& mountpoint, 186 bool UnmountFilesystem(const std::string& mountpoint); 192 bool IsMountpoint(const std::string& mountpoint);
|
D | test_utils.h | 89 explicit ScopedFilesystemUnmounter(const std::string& mountpoint) in ScopedFilesystemUnmounter() argument 90 : mountpoint_(mountpoint), should_unmount_(true) {} in ScopedFilesystemUnmounter()
|
/system/vold/ |
D | cryptfs.h | 235 int wait_and_unmount(const char* mountpoint, bool kill);
|
D | cryptfs.cpp | 1459 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/ |
D | README.md | 106 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/ |
D | generate_images.sh | 31 if mountpoint -q "${path}"; then
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | file.te | 176 # Files inside the /postinstall mountpoint are all labeled as postinstall_file.
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | file.te | 178 # Files inside the /postinstall mountpoint are all labeled as postinstall_file.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | file.te | 235 # Files inside the /postinstall mountpoint are all labeled as postinstall_file.
|
/system/sepolicy/public/ |
D | file.te | 311 # Files inside the /postinstall mountpoint are all labeled as postinstall_file.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | file.te | 311 # Files inside the /postinstall mountpoint are all labeled as postinstall_file.
|