| /bionic/libc/bionic/ |
| tmpfile.cpp | 108 // P_tmpdir is "/tmp/", but POSIX explicitly says that tmpdir(3) should try P_tmpdir before 110 fp = __tmpfile_dir(P_tmpdir);
|
| /ndk/sources/host-tools/sed-4.2.1/lib/ |
| tempname.c | 36 #ifndef P_tmpdir 37 # define P_tmpdir "/tmp" 119 P_tmpdir, /tmp that exists. Copies into TMPL a template suitable 154 if (direxists (P_tmpdir)) 155 dir = P_tmpdir; 156 else if (strcmp (P_tmpdir, "/tmp") != 0 && direxists ("/tmp"))
|
| /bionic/libc/upstream-freebsd/lib/libc/stdio/ |
| tmpnam.c | 57 (void)snprintf(s, L_tmpnam, "%stmp.%lu.XXXXXX", P_tmpdir, tmpcount);
|
| tempnam.c | 75 f = P_tmpdir;
|
| /external/chromium/third_party/libjingle/source/talk/base/ |
| unixfilesystem.cc | 190 #ifdef P_tmpdir 191 pathname.SetPathname(P_tmpdir, ""); 192 #else // !P_tmpdir 194 #endif // !P_tmpdir
|
| /external/chromium_org/third_party/libjingle/source/talk/base/ |
| unixfilesystem.cc | 184 #ifdef P_tmpdir 185 pathname.SetPathname(P_tmpdir, ""); 186 #else // !P_tmpdir 188 #endif // !P_tmpdir
|
| /external/compiler-rt/lib/tsan/rtl/ |
| tsan_platform_linux.cc | 172 #ifdef P_tmpdir 174 tmpdir = P_tmpdir;
|
| /ndk/sources/host-tools/sed-4.2.1/sed/ |
| utils.c | 212 #ifdef P_tmpdir 213 tmpdir = P_tmpdir;
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_os.py | 161 # the path prefix, defined by the entry P_tmpdir in the 165 # definitions of L_tmpnam or P_tmpdir in STDIO.H does not 169 # P_tmpdir is "\\". That is, the path returned refers to [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_os.py | 161 # the path prefix, defined by the entry P_tmpdir in the 165 # definitions of L_tmpnam or P_tmpdir in STDIO.H does not 169 # P_tmpdir is "\\". That is, the path returned refers to [all...] |
| /external/llvm/lib/Support/Unix/ |
| Path.inc | 97 #ifdef P_tmpdir 98 (dir = P_tmpdir) ||
|
| /bionic/libc/include/ |
| stdio.h | 176 #define P_tmpdir "/tmp/"
|
| /development/ndk/platforms/android-3/include/ |
| stdio.h | 180 #define P_tmpdir "/tmp/"
|
| /development/ndk/platforms/android-8/include/ |
| stdio.h | 180 #define P_tmpdir "/tmp/"
|
| /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include-fixed/ |
| stdio.h | 210 #define P_tmpdir "/tmp/"
|
| /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include-fixed/ |
| stdio.h | 189 #define P_tmpdir "/tmp/"
|
| /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/ |
| stdio.h | 210 #define P_tmpdir "/tmp/"
|
| /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include-fixed/ |
| stdio.h | 189 #define P_tmpdir "/tmp/"
|
| /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/ |
| stdio.h | 210 #define P_tmpdir "/tmp/"
|
| /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include-fixed/ |
| stdio.h | 189 #define P_tmpdir "/tmp/"
|
| /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include-fixed/ |
| stdio.h | 210 #define P_tmpdir "/tmp/"
|
| /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include-fixed/ |
| stdio.h | 189 #define P_tmpdir "/tmp/"
|
| /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/ |
| stdio.h | 210 #define P_tmpdir "/tmp/"
|
| /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include-fixed/ |
| stdio.h | 189 #define P_tmpdir "/tmp/"
|
| /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/ |
| stdio.h | 210 #define P_tmpdir "/tmp/"
|