/system/extras/ext4_utils/ |
D | make_ext4fs.h | 27 const char *mountpoint, struct selabel_handle *sehnd); 29 const char *mountpoint, struct selabel_handle *sehnd, 32 const char *mountpoint, struct selabel_handle *sehnd); 34 const char *mountpoint, struct selabel_handle *sehnd,
|
D | make_ext4fs.c | 422 const char *mountpoint, struct selabel_handle *sehnd) in make_ext4fs_sparse_fd() argument 424 return make_ext4fs_sparse_fd_directory(fd, len, mountpoint, sehnd, NULL); in make_ext4fs_sparse_fd() 428 const char *mountpoint, struct selabel_handle *sehnd, in make_ext4fs_sparse_fd_directory() argument 434 return make_ext4fs_internal(fd, directory, NULL, mountpoint, NULL, in make_ext4fs_sparse_fd_directory() 440 const char *mountpoint, struct selabel_handle *sehnd) in make_ext4fs() argument 442 return make_ext4fs_directory(filename, len, mountpoint, sehnd, NULL); in make_ext4fs() 446 const char *mountpoint, struct selabel_handle *sehnd, in make_ext4fs_directory() argument 461 status = make_ext4fs_internal(fd, directory, NULL, mountpoint, NULL, in make_ext4fs_directory() 546 static void extract_base_fs_allocations(const char *directory, const char *mountpoint, in extract_base_fs_allocations() argument 587 if (strlen(stored_file_name) < strlen(mountpoint)) { in extract_base_fs_allocations() [all …]
|
D | make_ext4fs_main.c | 70 char *mountpoint = NULL; in main() local 118 mountpoint = optarg; in main() 194 if (!sehnd && mountpoint) { in main() 210 } else if (mountpoint) { in main() 256 …exitcode = make_ext4fs_internal(fd, directory, target_out_directory, mountpoint, fs_config_func, g… in main()
|
D | ext4_utils.h | 162 const char *mountpoint, fs_config_func_t fs_config_func, int gzip,
|
/system/extras/f2fs_utils/ |
D | make_f2fs.h | 27 const char *mountpoint, struct selabel_handle *sehnd);
|
D | f2fs_utils.c | 61 const char *mountpoint, struct selabel_handle *sehnd) in make_f2fs_sparse_fd() argument
|
/system/update_engine/common/ |
D | test_utils.h | 116 explicit ScopedFilesystemUnmounter(const std::string& mountpoint) in ScopedFilesystemUnmounter() argument 117 : mountpoint_(mountpoint), in ScopedFilesystemUnmounter()
|
D | utils.h | 190 const std::string& mountpoint, 194 bool UnmountFilesystem(const std::string& mountpoint);
|
D | utils.cc | 669 const string& mountpoint, in MountFilesystem() argument 680 int rc = mount(device.c_str(), mountpoint.c_str(), fstype, mountflags, in MountFilesystem() 686 << " on " << mountpoint << " as " << fstype; in MountFilesystem() 694 bool UnmountFilesystem(const string& mountpoint) { in UnmountFilesystem() argument 696 if (umount(mountpoint.c_str()) == 0) in UnmountFilesystem()
|
/system/vold/ |
D | cryptfs.h | 225 int wait_and_unmount(const char *mountpoint, bool kill);
|
D | cryptfs.c | 1509 int wait_and_unmount(const char *mountpoint, bool kill) argument 1516 if (umount(mountpoint) == 0) { 1533 vold_killProcessesWithOpenFiles(mountpoint, SIGTERM); 1536 vold_killProcessesWithOpenFiles(mountpoint, SIGKILL); 1544 SLOGD("unmounting %s succeeded\n", mountpoint); 1547 vold_killProcessesWithOpenFiles(mountpoint, 0); 1548 SLOGE("unmounting %s failed: %s\n", mountpoint, strerror(err));
|
/system/update_engine/sample_images/ |
D | generate_images.sh | 30 if mountpoint -q "$1"; then
|
/system/sepolicy/ |
D | file.te | 131 # Files inside the /postinstall mountpoint are all labeled as postinstall_file.
|