HomeSort by relevance Sort by last modified time
    Searched defs:string_copy (Results 1 - 3 of 3) sorted by null

  /system/core/run-as/
package.c 55 string_copy(char* dst, size_t dstlen, const char* src, size_t srclen) function
507 p = string_copy(info->dataDir, sizeof info->dataDir, p, q - p);
518 string_copy(info->seinfo, sizeof info->seinfo, p, q - p);
  /external/e2fsprogs/misc/
e2initrd_helper.c 156 static char *string_copy(const char *s) function
271 fs->device = string_copy(device);
272 fs->mountpt = string_copy(mntpnt);
273 fs->type = string_copy(type);
274 fs->opts = string_copy(opts ? opts : "");
fsck.c 126 static char *string_copy(const char *s) function
251 fs->device = string_copy(device);
252 fs->mountpt = string_copy(mntpnt);
253 fs->type = string_copy(type);
254 fs->opts = string_copy(opts ? opts : "");
403 char *p = string_copy(fsck_path);
448 argv[0] = string_copy(prog);
452 argv[argc++] = string_copy(args[i]);
468 argv[argc++] = string_copy(tmp);
472 argv[argc++] = string_copy(device)
    [all...]

Completed in 211 milliseconds