Lines Matching defs:dest_path
1810 ERROR("usage: sdcard [OPTIONS] <source_path> <dest_path>\n"
1822 static int run(const char* source_path, const char* dest_path, uid_t uid,
1831 umount2(dest_path, 2);
1843 res = mount("/dev/fuse", dest_path, "fuse", MS_NOSUID | MS_NODEV | MS_NOEXEC, opts);
1884 const char *dest_path = NULL;
1929 } else if (!dest_path) {
1930 dest_path = arg;
1945 if (!dest_path) {
1973 res = run(source_path, dest_path, uid, gid, write_gid, num_threads, derive, split_perms);