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

/system/core/sdcard/
H A Dsdcard.c423 static void fuse_init(struct fuse *fuse, int fd, const char *source_path) argument
433 fuse->root.namelen = strlen(source_path);
434 fuse->root.name = strdup(source_path);
1242 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
1286 fuse_init(&fuse, fd, source_path);
1302 const char *source_path = NULL; local
1313 else if (!source_path)
1314 source_path = arg;
1339 if (!source_path) {
[all...]

Completed in 576 milliseconds