/bionic/libc/bionic/ |
tmpfile.cpp | 109 // P_tmpdir is "/tmp/", but POSIX explicitly says that tmpdir(3) should try P_tmpdir before 111 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-openbsd/lib/libc/stdio/ |
tmpnam.c | 52 (void)snprintf(s, L_tmpnam, "%stmp.%lu.XXXXXXXXX", P_tmpdir, tmpcount);
|
tempnam.c | 79 f = P_tmpdir;
|
/external/chromium_org/third_party/webrtc/base/ |
unixfilesystem.cc | 191 #ifdef P_tmpdir 192 pathname.SetPathname(P_tmpdir, ""); 193 #else // !P_tmpdir 195 #endif // !P_tmpdir
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_platform_linux.cc | 150 #ifdef P_tmpdir 152 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 | 95 #ifdef P_tmpdir 96 (dir = P_tmpdir) ||
|
/bionic/libc/include/ |
stdio.h | 188 #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/"
|
/development/ndk/platforms/android-L/include/ |
stdio.h | 176 #define P_tmpdir "/tmp/"
|
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/lib/gcc/aarch64-linux-android/4.8/include-fixed/ |
stdio.h | 185 #define P_tmpdir "/tmp/"
|
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include-fixed/ |
stdio.h | 185 #define P_tmpdir "/tmp/"
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/ |
stdio.h | 189 #define P_tmpdir "/tmp/"
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include-fixed/ |
stdio.h | 189 #define P_tmpdir "/tmp/"
|
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/lib/gcc/mips64el-linux-android/4.8/include-fixed/ |
stdio.h | 189 #define P_tmpdir "/tmp/"
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.8/lib/gcc/mipsel-linux-android/4.8/include-fixed/ |
stdio.h | 189 #define P_tmpdir "/tmp/"
|
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include-fixed/ |
stdio.h | 185 #define P_tmpdir "/tmp/"
|
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/lib/gcc/aarch64-linux-android/4.8/include-fixed/ |
stdio.h | 185 #define P_tmpdir "/tmp/"
|
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include-fixed/ |
stdio.h | 185 #define P_tmpdir "/tmp/"
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/ |
stdio.h | 189 #define P_tmpdir "/tmp/"
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include-fixed/ |
stdio.h | 189 #define P_tmpdir "/tmp/"
|