Searched defs:tmpfile (Results 1 - 9 of 9) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/powerpc/tm/
H A Dtm-vmxcopy.c43 char tmpfile[] = "/tmp/page_faultXXXXXX"; local
50 fd = mkstemp(tmpfile);
57 unlink(tmpfile);
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cc93 char tmpfile[128]; local
94 temp_file_name(tmpfile, sizeof(tmpfile), "sanitizer_common.fileops.tmp.");
95 fd_t fd = OpenFile(tmpfile, WrOnly);
104 EXPECT_TRUE(FileExists(tmpfile));
106 fd = OpenFile(tmpfile, RdOnly);
115 EXPECT_EQ(0u, internal_stat(tmpfile, &st1));
116 EXPECT_EQ(0u, internal_lstat(tmpfile, &st2));
145 ::DeleteFileA(&tmpfile[0]);
147 internal_unlink(tmpfile);
215 char tmpfile[128]; local
[all...]
/external/libpng/contrib/gregbook/
H A Dwpng.c161 FILE *tmpfile; /* or we could just use keybd, since no overlap */ local
210 tmpfile = fopen("/etc/config/system.glGammaVal", "r");
211 if (tmpfile) {
214 fgets(tmpline, 80, tmpfile);
215 fclose(tmpfile);
/external/ltp/testcases/kernel/mem/mtest05/
H A Dmmstress.c272 /* Input: char *tmpfile - name of temporary file that is created */
276 int map_and_thread(char *tmpfile, argument
296 if (strcmp(tmpfile, "NULL")) {
298 open(tmpfile, O_RDWR | O_CREAT,
314 remove_files(tmpfile, NULL);
333 remove_files(tmpfile, NULL);
377 remove_files(tmpfile, map_addr);
401 remove_files(tmpfile, map_addr);
410 remove_files(tmpfile, map_addr);
427 if (remove_files(tmpfile, map_add
[all...]
/external/perf_data_converter/src/quipper/
H A Dperf_parser_test.cc653 const string tmpfile = tmpdir.path() + "file_in_namespace"; local
656 testing::WriteElfWithBuildid(tmpfile, ".note.gnu.build-id",
660 ASSERT_EQ(stat(tmpfile.c_str(), &tmp_stat), 0);
791 const string tmpfile = tmpdir.path() + "file_in_namespace"; local
794 testing::WriteElfWithBuildid(tmpfile, ".note.gnu.build-id",
800 ASSERT_EQ(stat(tmpfile.c_str(), &tmp_stat), 0);
874 const string tmpfile = tmpdir.path() + "file_in_namespace"; local
877 testing::WriteElfWithBuildid(tmpfile, ".note.gnu.build-id",
883 ASSERT_EQ(stat(tmpfile.c_str(), &tmp_stat), 0);
900 testing::ExampleMmap2Event(pid, pid, 0x1c1000, 0x1000, 0, tmpfile,
959 const string tmpfile = tmpdir.path() + "file_in_namespace"; local
1048 const string tmpfile = tmpdir.path() + "file_in_namespace"; local
1145 const string tmpfile = tmpdir.path() + "file_in_namespace"; local
[all...]
/external/python/cpython2/Lib/
H A Dplatform.py378 tmpfile = '' variable in class:_popen
388 self.tmpfile = tmpfile = tempfile.mktemp()
389 os.system(cmd + ' > %s' % tmpfile)
390 self.pipe = open(tmpfile,'rb')
411 if self.tmpfile:
413 remove(self.tmpfile)
/external/toybox/toys/pending/
H A Dsyslogd.c241 char *p, *tmpfile; local
247 tmpfile = xstrdup(tfd->filename + 1);
248 if ((p = strchr(tmpfile, ':'))) {
261 if (getaddrinfo(tmpfile, NULL, &rp, &info) || !info)
262 perror_exit("BAD ADDRESS: can't find : %s ", tmpfile);
268 free(tmpfile);
/external/annotation-tools/annotation-file-utilities/lib/
H A Dplume-core.jarMETA-INF/ META-INF/MANIFEST.MF plume/ArraysMDE$ComparableArrayComparatorLengthFirst.class ArraysMDE.java package ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 813 milliseconds