HomeSort by relevance Sort by last modified time
    Searched refs:strcpy (Results 276 - 300 of 1304) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/glx/tests/
fake_glx_screen.h 44 strcpy((char *) this->serverGLXexts, ext);
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
linuxthreads.cc 278 local_itoa(strrchr(strcpy(proc_self_task, "/proc/"), '\000'), ppid);
279 strcpy(marker_name, proc_self_task);
287 local_itoa(strcpy(marker_path, "/fd/") + 4, marker);
395 strcat(strcat(strcpy(fname, "/proc/"),
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
linuxthreads.cc 278 local_itoa(strrchr(strcpy(proc_self_task, "/proc/"), '\000'), ppid);
279 strcpy(marker_name, proc_self_task);
287 local_itoa(strcpy(marker_path, "/fd/") + 4, marker);
395 strcat(strcat(strcpy(fname, "/proc/"),
  /external/chromium_org/third_party/webrtc/test/
encoder_settings.cc 62 strcpy(codec.plName, encoder_settings.payload_name.c_str());
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/
voe_cpu_test.cc 58 strcpy(isac.plname, "ISAC");
  /external/e2fsprogs/lib/e2p/
mntopts.c 111 strcpy(buf, str);
  /external/e2fsprogs/misc/
base_device.c 50 strcpy(str, device);
  /external/fio/profiles/
tiobench.c 99 strcpy(sz_idx, "size=4*1024*$mb_memory");
  /external/icu/icu4c/source/test/perf/DateFmtPerf/
DateFmtPerf.h 156 strcpy(locale, loc);
250 strcpy(locale, loc);
379 strcpy(locale, loc);
457 strcpy(locale, loc);
  /external/mesa3d/src/egl/main/
egllog.c 197 strcpy(msg, "<message truncated>");
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_describe.c 35 strcpy(buf, "pipe_object");
  /external/mesa3d/src/glx/tests/
fake_glx_screen.h 44 strcpy((char *) this->serverGLXexts, ext);
  /external/nanopb-c/examples/network_server/
client.c 59 strcpy(request.path, path);
  /external/oprofile/libop/
op_mangle.c 69 strcpy(mangled, op_samples_current_dir);
  /external/oprofile/libpopt/
poptparse.c 39 dst += strlen(strcpy(dst, argv[i])) + 1;
  /external/stlport/test/unit/
cstring_test.cpp 58 CPPUNIT_CHECK( std::strcpy((char*)buf, foo) == (char*)buf ); // buf <- foo
  /external/zlib/src/contrib/iostream3/
zfstream.cc 11 #include <cstring> // for strcpy, strcat, strlen (mode strings)
146 strcpy(c_mode, "w");
148 strcpy(c_mode, "a");
150 strcpy(c_mode, "w");
152 strcpy(c_mode, "r");
155 // strcpy(c_mode, "r+");
157 // strcpy(c_mode, "w+");
  /frameworks/av/services/audioflinger/
AudioWatchdog.cpp 35 strcpy(buf, "N/A\n");
  /frameworks/native/cmds/installd/
commands.c 376 strcpy(dirpos, name);
389 strcpy(tmpdir, android_media_dir.path);
401 strcpy(dirpos, name);
788 strcpy(dex2oat_compiler_filter_arg, "--compiler-filter=verify-none");
791 strcpy(dex2oat_compiler_filter_arg, "--compiler-filter=interpret-only");
926 strcpy(out_path, apk_path);
929 strcpy(end, ".odex");
941 strcpy(in_odex_path, apk_path);
948 strcpy(end + 1, instruction_set); // in_odex_path now is /system/framework/<isa>\0
954 strcpy(end + 1, "odex")
    [all...]
  /hardware/ti/omap4-aah/
mapinfo.c 44 strcpy(mi->name, line + 49);
  /hardware/ti/omap4xxx/
mapinfo.c 44 strcpy(mi->name, line + 49);
  /ndk/tests/device/test-gnustl-full/unit/
cstring_test.cpp 58 CPPUNIT_CHECK( std::strcpy((char*)buf, foo) == (char*)buf ); // buf <- foo
  /ndk/tests/device/test-stlport/unit/
cstring_test.cpp 58 CPPUNIT_CHECK( std::strcpy((char*)buf, foo) == (char*)buf ); // buf <- foo
  /system/core/toolbox/
chmod.c 33 strcpy(subpath, path);
  /external/bison/djgpp/
subpipe.c 81 strcpy(tmp_file_name[0], tmpdir);
88 strcpy(tmp_file_name[1], tmpdir);
143 strcpy(arguments[argc], argv[argc]);

Completed in 2766 milliseconds

<<11121314151617181920>>