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

  /external/e2fsprogs/misc/
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...]
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 : "");
  /bionic/libc/arch-arm/cortex-a15/bionic/
stpcpy.S 30 #include "string_copy.S"
strcpy.S 30 #include "string_copy.S"
  /bionic/libc/arch-arm/cortex-a9/bionic/
stpcpy.S 30 #include "string_copy.S"
strcpy.S 30 #include "string_copy.S"
  /bionic/libc/arch-arm64/generic/bionic/
stpcpy.S 29 #include "string_copy.S"
strcpy.S 29 #include "string_copy.S"
  /system/core/run-as/
package.c 58 string_copy(char* dst, size_t dstlen, const char* src, size_t srclen) function
515 p = string_copy(info->dataDir, sizeof info->dataDir, p, q - p);
534 string_copy(info->seinfo, sizeof info->seinfo, p, q - p);
  /external/e2fsprogs/e2fsck/
unix.c 650 buf = string_copy(ctx, opts, 0);
696 ctx->log_fn = string_copy(ctx, arg, 0);
879 bad_blocks_file = string_copy(ctx, optarg, 0);
902 ctx->device_name = string_copy(ctx, optarg, 0);
    [all...]
logfile.c 294 log_fn = string_copy(ctx, ctx->log_fn, 0);
e2fsck.h 520 extern char *string_copy(e2fsck_t ctx, const char *str, int len);
util.c 131 char *string_copy(e2fsck_t ctx EXT2FS_ATTR((unused)),
  /development/ndk/platforms/android-21/arch-arm64/lib/
libc.a     [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/lib/
libc.a     [all...]
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk     [all...]

Completed in 660 milliseconds