HomeSort by relevance Sort by last modified time
    Searched refs:mkstemp (Results 76 - 100 of 251) sorted by null

1 2 34 5 6 7 8 91011

  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
stdlib.h 61 extern int mkstemp (char *);
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
stdlib.h 61 extern int mkstemp (char *);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
stdlib.h 61 extern int mkstemp (char *);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
stdlib.h 61 extern int mkstemp (char *);
  /development/ndk/platforms/android-3/include/
stdlib.h 61 extern int mkstemp (char *);
  /development/ndk/platforms/android-8/include/
stdlib.h 62 extern int mkstemp (char *);
  /development/ndk/platforms/android-9/include/
stdlib.h 62 extern int mkstemp (char *);
  /external/chromium_org/build/android/pylib/device/
adb_wrapper_test.py 34 fi, path = tempfile.mkstemp()
  /external/chromium_org/build/android/pylib/
screenshot.py 53 self._recorder_stdout = tempfile.mkstemp()[1]
  /external/chromium_org/third_party/skia/platform_tools/android/tests/
android_framework_gyp_tests.py 44 f = tempfile.mkstemp(dir=self.__tmp_dir)
  /external/chromium_org/tools/deep_memory_profiler/subcommands/
upload.py 38 handle_zip, filename_zip = tempfile.mkstemp('.zip', 'dmprof')
  /external/chromium_org/tools/tcmalloc/
print-live-objects.py 46 addr_file, addr_filename = tempfile.mkstemp()
  /external/chromium_org/tools/win/link_limiter/
build_link_limiter.py 17 fd, filename = tempfile.mkstemp('.bat', text=True)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
dso-data.c 20 fd = mkstemp(templ);
22 perror("mkstemp failed");
  /external/qemu/android/utils/
tempfile.c 91 tempfd = mkstemp( template );
  /external/skia/platform_tools/android/tests/
android_framework_gyp_tests.py 44 f = tempfile.mkstemp(dir=self.__tmp_dir)
  /external/valgrind/main/coregrind/
pub_core_libcfile.h 92 /* Size of fullname buffer needed for a call to VG_(mkstemp) with
100 extern Int VG_(mkstemp) ( HChar* part_of_name, /*OUT*/HChar* fullname );
  /ndk/sources/host-tools/sed-4.2.1/
bootstrap.sh 40 /* Toggle if you encounter errors in lib/mkstemp.c. */
126 ${CC} -DHAVE_CONFIG_H -I.. -I. -c mkstemp.c || exit 1
bootstrap.sh.in 40 /* Toggle if you encounter errors in lib/mkstemp.c. */
126 ${CC} -DHAVE_CONFIG_H -I.. -I. -c mkstemp.c || exit 1
  /prebuilts/ndk/9/platforms/android-12/arch-arm/usr/include/
stdlib.h 62 extern int mkstemp (char *);
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/
stdlib.h 62 extern int mkstemp (char *);
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/
stdlib.h 62 extern int mkstemp (char *);
  /prebuilts/ndk/9/platforms/android-13/arch-arm/usr/include/
stdlib.h 62 extern int mkstemp (char *);
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/
stdlib.h 62 extern int mkstemp (char *);
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/
stdlib.h 62 extern int mkstemp (char *);

Completed in 1450 milliseconds

1 2 34 5 6 7 8 91011