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

  /external/chromium_org/ppapi/examples/scripting/
post_message.cc 34 std::string string_copy(message_data.AsString());
35 std::reverse(string_copy.begin(), string_copy.end());
36 bool is_palindrome(message_data.AsString() == string_copy);
  /external/e2fsprogs/misc/
fsck.c 127 static char *string_copy(const char *s) function
252 fs->device = string_copy(device);
253 fs->mountpt = string_copy(mntpnt);
254 fs->type = string_copy(type);
255 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 153 static char *string_copy(const char *s) function
268 fs->device = string_copy(device);
269 fs->mountpt = string_copy(mntpnt);
270 fs->type = string_copy(type);
271 fs->opts = string_copy(opts ? opts : "");
  /system/core/run-as/
package.c 55 string_copy(char* dst, size_t dstlen, const char* src, size_t srclen) function
509 p = string_copy(info->dataDir, sizeof info->dataDir, p, q - p);
520 string_copy(info->seinfo, sizeof info->seinfo, p, q - p);
  /external/e2fsprogs/e2fsck/
unix.c 573 buf = string_copy(ctx, opts, 0);
785 bad_blocks_file = string_copy(ctx, optarg, 0);
808 ctx->device_name = string_copy(ctx, optarg, 0);
1204 ctx->device_name = string_copy(ctx, sb->s_volume_name,
1208 ctx->device_name = string_copy(ctx, ctx->filesystem_name, 0);
    [all...]
e2fsck.h 489 extern char *string_copy(e2fsck_t ctx, const char *str, int len);
util.c 80 char *string_copy(e2fsck_t ctx EXT2FS_ATTR((unused)),
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
gml.php 126 'chr','ord','real','string','string_format','string_length','string_pos','string_copy',
    [all...]

Completed in 146 milliseconds