Searched refs:mkstemp (Results 1 - 25 of 196) sorted by relevance

12345678

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_csv.py121 fd, name = tempfile.mkstemp()
198 fd, name = tempfile.mkstemp()
311 fd, name = tempfile.mkstemp()
373 fd, name = tempfile.mkstemp()
395 fd, name = tempfile.mkstemp()
406 fd, name = tempfile.mkstemp()
417 fd, name = tempfile.mkstemp()
428 fd, name = tempfile.mkstemp()
439 fd, name = tempfile.mkstemp()
463 fd, name = tempfile.mkstemp()
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_csv.py121 fd, name = tempfile.mkstemp()
198 fd, name = tempfile.mkstemp()
311 fd, name = tempfile.mkstemp()
373 fd, name = tempfile.mkstemp()
395 fd, name = tempfile.mkstemp()
406 fd, name = tempfile.mkstemp()
417 fd, name = tempfile.mkstemp()
428 fd, name = tempfile.mkstemp()
439 fd, name = tempfile.mkstemp()
463 fd, name = tempfile.mkstemp()
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dtoaiff.py81 (fd, fname) = tempfile.mkstemp()
104 (fd, temp) = tempfile.mkstemp()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dtoaiff.py81 (fd, fname) = tempfile.mkstemp()
104 (fd, temp) = tempfile.mkstemp()
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
H A Dcstdlib52 using ::mkstemp;
H A Dstdlib.h62 extern int mkstemp (char *);
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
H A Dcstdlib52 using ::mkstemp;
H A Dstdlib.h62 extern int mkstemp (char *);
/prebuilts/ndk/5/sources/cxx-stl/system/include/
H A Dcstdlib56 using ::mkstemp;
/prebuilts/ndk/6/sources/cxx-stl/system/include/
H A Dcstdlib56 using ::mkstemp;
/prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
H A Dcstdlib56 using ::mkstemp;
/prebuilts/ndk/7/sources/cxx-stl/system/include/
H A Dcstdlib56 using ::mkstemp;
/prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
H A Dcstdlib56 using ::mkstemp;
/prebuilts/ndk/8/sources/cxx-stl/system/include/
H A Dcstdlib56 using ::mkstemp;
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
H A Dcstdlib55 using ::mkstemp;
/prebuilts/ndk/9/sources/cxx-stl/gabi++/include/
H A Dcstdlib56 using ::mkstemp;
/prebuilts/ndk/9/sources/cxx-stl/system/include/
H A Dcstdlib55 using ::mkstemp;
/prebuilts/ndk/current/sources/cxx-stl/EH/gabi++/include/
H A Dcstdlib55 using ::mkstemp;
/prebuilts/ndk/current/sources/cxx-stl/gabi++/include/
H A Dcstdlib56 using ::mkstemp;
/prebuilts/ndk/current/sources/cxx-stl/system/include/
H A Dcstdlib55 using ::mkstemp;
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
H A Dstdlib.h62 extern int mkstemp (char *);
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
H A Dstdlib.h62 extern int mkstemp (char *);
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
H A Dstdlib.h62 extern int mkstemp (char *);
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
H A Dstdlib.h62 extern int mkstemp (char *);
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
H A Dstdlib.h60 extern int mkstemp (char *);

Completed in 567 milliseconds

12345678