HomeSort by relevance Sort by last modified time
    Searched full:tmpfile (Results 101 - 125 of 667) sorted by null

1 2 3 45 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
nm.exp 116 set tmpfile [remote_download host tmpdir/unique.o]
118 set tmpfile tmpdir/unique.o
121 set got [binutils_run $NM "$NMFLAGS -g $tmpfile"]
  /bionic/libstdc++/include/
cstdio 82 using ::tmpfile;
  /external/libxml2/os400/
make.sh 46 rm -f "${TOPDIR}/tmpfile"[12]
  /external/valgrind/none/tests/amd64/
faultstatus.c 105 perror("tmpfile");
  /ndk/sources/cxx-stl/gabi++/include/
cstdio 80 using ::tmpfile;
  /ndk/sources/cxx-stl/system/include/
cstdio 80 using ::tmpfile;
  /prebuilts/ndk/current/sources/cxx-stl/gabi++/include/
cstdio 80 using ::tmpfile;
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/
cstdio 80 using ::tmpfile;
  /prebuilts/ndk/current/sources/cxx-stl/system/include/
cstdio 80 using ::tmpfile;
  /libcore/luni/src/test/java/libcore/java/io/
OldRandomAccessFileTest.java 54 File tmpFile = new File(fileName);
57 raf = new java.io.RandomAccessFile(tmpFile, "r");
65 tmpFile.createNewFile();
70 raf = new java.io.RandomAccessFile(tmpFile, "rwd");
76 raf = new java.io.RandomAccessFile(tmpFile, "rws");
82 raf = new java.io.RandomAccessFile(tmpFile, "rw");
90 raf = new java.io.RandomAccessFile(tmpFile, "i");
97 tmpFile.delete();
108 File tmpFile = new File(fileName);
161 if (tmpFile.exists()) tmpFile.delete()
    [all...]
  /external/libcxx/include/
cstdio 47 FILE* tmpfile(void);
187 using ::tmpfile;
  /libcore/ojluni/src/main/java/java/util/prefs/
FileSystemPreferences.java 273 private final File tmpFile;
468 tmpFile = new File(dir, "prefs.tmp");
478 tmpFile = new File(dir, "prefs.tmp");
506 tmpFile = new File(dir, "prefs.tmp");
620 try (FileOutputStream fos = new FileOutputStream(tmpFile)) {
623 if (!tmpFile.renameTo(prefsFile))
625 tmpFile + " to " + prefsFile);
695 tmpFile.delete();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cstdio 86 #undef tmpfile
133 using ::tmpfile;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
cstdio 87 #undef tmpfile
134 using ::tmpfile;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cstdio 87 #undef tmpfile
134 using ::tmpfile;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
cstdio 89 #undef tmpfile
139 using ::tmpfile;
  /external/scrypt/
import_scrypt.sh 183 declare -r tmpfile=$(mktemp)
184 (grep -e -D Makefile | grep -v CONFIGURE_ARGS= | grep -v OPTIONS=) > $tmpfile
186 declare -r cflags=$(filter_by_egrep "^-D" $(grep -e "^CFLAG=" $tmpfile))
187 declare -r depflags=$(filter_by_egrep "^-D" $(grep -e "^DEPFLAG=" $tmpfile))
188 rm -f $tmpfile
  /libcore/benchmarks/src/benchmarks/regression/
ByteBufferBenchmark.java 62 File tmpFile = new File("/sdcard/bm.tmp");
65 tmpFile = File.createTempFile("MappedByteBufferTest", ".tmp");
67 tmpFile.createNewFile();
68 tmpFile.deleteOnExit();
69 RandomAccessFile raf = new RandomAccessFile(tmpFile, "rw");
  /frameworks/base/services/core/java/com/android/server/pm/
PackageInstallerSession.java     [all...]
  /external/chromium-trace/catapult/third_party/Paste/tests/
test_fileapp.py 141 tmpfile = os.path.join(tmpdir, 'file')
143 fp = open(tmpfile, 'w')
155 os.remove(tmpfile)
  /external/ltrace/
configure.ac 330 # unavailable, require that tmpfile be present. There's no
346 AC_CHECK_FUNC([tmpfile], [],
348 [Either open_memstream or tmpfile required.])])])])
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileInputStreamTest.java 245 File tmpFile = File.createTempFile("FileOutputStream", "tmp");
246 FileInputStream in = new FileInputStream(tmpFile);
254 tmpFile.delete();
  /bionic/tests/
stdio_ext_test.cpp 81 FILE* fp = tmpfile();
  /external/clang/lib/StaticAnalyzer/Checkers/
StreamChecker.cpp 81 void Tmpfile(CheckerContext &C, const CallExpr *CE) const;
117 II_tmpfile = &Ctx.Idents.get("tmpfile");
148 Tmpfile(C, CE);
207 void StreamChecker::Tmpfile(CheckerContext &C, const CallExpr *CE) const {
  /external/icu/icu4c/source/tools/toolutil/
filestrm.c 97 FILE* file = tmpfile();

Completed in 1435 milliseconds

1 2 3 45 6 7 8 91011>>