Home
last modified time | relevance | path

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

/system/ulib/fs-management/include/fs-management/
A Dmount.h113 typedef zx_status_t (*LaunchCallback)(int argc, const char** argv, typedef
145 const mount_options_t* options, LaunchCallback cb);
150 const mount_options_t* options, LaunchCallback cb);
153 zx_status_t mkfs(const char* device_path, disk_format_t df, LaunchCallback cb,
158 const fsck_options_t* options, LaunchCallback cb);
/system/ulib/fs-management/
A Dmount.cpp69 LaunchCallback cb);
76 zx_status_t LaunchAndMount(LaunchCallback cb, const mount_options_t& options, const char** argv,
79 LaunchCallback cb);
80 zx_status_t MountFat(unique_fd device, const mount_options_t& options, LaunchCallback cb);
155 zx_status_t Mounter::LaunchAndMount(LaunchCallback cb, const mount_options_t& options, in LaunchAndMount()
185 const mount_options_t& options, LaunchCallback cb) { in MountNativeFs()
218 zx_status_t Mounter::MountFat(unique_fd device, const mount_options_t& options, LaunchCallback cb) { in MountFat()
243 LaunchCallback cb) { in Mount()
336 LaunchCallback cb) { in fmount()
342 const mount_options_t* options, LaunchCallback cb) { in mount()
A Dmkfs.cpp27 zx_status_t MkfsNativeFs(const char* binary, const char* device_path, LaunchCallback cb, in MkfsNativeFs()
60 zx_status_t MkfsFat(const char* device_path, LaunchCallback cb, const mkfs_options_t* options) { in MkfsFat()
67 zx_status_t mkfs(const char* device_path, disk_format_t df, LaunchCallback cb, in mkfs()
A Dfsck.cpp25 LaunchCallback cb, const char* cmd_path) { in FsckNativeFs()
55 LaunchCallback cb) { in FsckFat()
75 const fsck_options_t* options, LaunchCallback cb) { in fsck()
/system/utest/blobfs/
A Dblobfs.cpp304 LaunchCallback launch = stdio_ ? launch_stdio_sync : launch_silent_sync; in Remount()
504 LaunchCallback launch = stdio_ ? launch_stdio_async : launch_silent_async; in Mount()

Completed in 12 milliseconds