Searched refs:mountImage (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tests/add-ons/kernel/file_systems/random_file_actions/
H A Drandom_file_actions.cpp729 const char* mountImage = NULL; local
790 mountImage = optarg;
809 if (mountImage != NULL)
810 mount_image(mountImage, base.name.c_str());
879 if (mountImage != NULL) {
882 mount_image(mountImage, base.name.c_str());
888 if (mountImage != NULL) {
890 mount_image(mountImage, base.name.c_str());
902 if (mountImage != NULL) {

Completed in 30 milliseconds