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

/system/core/sdcard/
H A Dsdcard.c1242 ERROR("usage: sdcard [-t<threads>] <source_path> <dest_path> <uid> <gid>\n"
1248 static int run(const char* source_path, const char* dest_path, uid_t uid, gid_t gid, argument
1256 umount2(dest_path, 2);
1268 res = mount("/dev/fuse", dest_path, "fuse", MS_NOSUID | MS_NODEV, opts);
1303 const char *dest_path = NULL; local
1315 else if (!dest_path)
1316 dest_path = arg;
1343 if (!dest_path) {
1356 res = run(source_path, dest_path, uid, gid, num_threads);

Completed in 25 milliseconds