HomeSort by relevance Sort by last modified time
    Searched defs:tmp_file (Results 1 - 17 of 17) sorted by null

  /system/core/debuggerd/test/
dump_memory_test.cpp 111 char tmp_file[256]; local
113 memcpy(tmp_file, data_template, sizeof(data_template));
114 int tombstone_fd = mkstemp(tmp_file);
117 memcpy(tmp_file, tmp_template, sizeof(tmp_template));
118 tombstone_fd = mkstemp(tmp_file);
123 if (unlink(tmp_file) == -1) {
    [all...]
tombstone_test.cpp 54 char tmp_file[256]; local
56 memcpy(tmp_file, data_template, sizeof(data_template));
57 int tombstone_fd = mkstemp(tmp_file);
60 memcpy(tmp_file, tmp_template, sizeof(tmp_template));
61 tombstone_fd = mkstemp(tmp_file);
66 if (unlink(tmp_file) == -1) {
  /system/core/metricsd/uploader/
upload_service_test.cc 263 std::string tmp_file = dir_.path().Append("tmpfile").value(); local
265 std::string first_guid = SystemProfileCache::GetPersistentGUID(tmp_file);
266 std::string second_guid = SystemProfileCache::GetPersistentGUID(tmp_file);
271 base::DeleteFile(base::FilePath(tmp_file), false);
273 first_guid = SystemProfileCache::GetPersistentGUID(tmp_file);
274 base::DeleteFile(base::FilePath(tmp_file), false);
275 second_guid = SystemProfileCache::GetPersistentGUID(tmp_file);
  /system/extras/simpleperf/
gtest_main.cpp 49 TemporaryFile tmp_file; local
50 if (!android::base::WriteStringToFile(content, tmp_file.path)) {
51 PLOG(ERROR) << "failed to write file " << tmp_file.path;
54 ArchiveHelper ahelper(tmp_file.fd, tmp_file.path);
56 LOG(ERROR) << "failed to open archive " << tmp_file.path;
cmd_report_test.cpp 48 "--symfs", GetTestDataDir(), "-o", tmp_file.path};
51 ASSERT_TRUE(android::base::ReadFileToString(tmp_file.path, &content));
65 TemporaryFile tmp_file; member in class:ReportCommandTest
272 TemporaryFile tmp_file; local
273 ASSERT_TRUE(RecordCmd()->Run({"-g", "-o", tmp_file.path, "sleep", SLEEP_SEC}));
274 ReportRaw(tmp_file.path, {"-g"});
  /external/libchrome/sandbox/linux/syscall_broker/
broker_process_unittest.cc 610 ScopedTemporaryFile tmp_file; local
611 temp_str = tmp_file.full_file_name();
  /system/core/libziparchive/
zip_archive_test.cc 379 TemporaryFile tmp_file; local
380 ASSERT_NE(-1, tmp_file.fd);
381 ASSERT_TRUE(android::base::WriteFully(tmp_file.fd, kEmptyEntriesZip, sizeof(kEmptyEntriesZip)));
384 ASSERT_EQ(0, OpenArchiveFd(tmp_file.fd, "EmptyEntriesTest", &handle));
405 TemporaryFile tmp_file; local
406 ASSERT_NE(-1, tmp_file.fd);
407 ASSERT_TRUE(android::base::WriteFully(tmp_file.fd, reinterpret_cast<const uint8_t*>(kAbZip),
410 ASSERT_EQ(0, OpenArchiveFd(tmp_file.fd, "EntryLargerThan32KTest", &handle));
449 TemporaryFile tmp_file; local
450 ASSERT_NE(-1, tmp_file.fd)
462 TemporaryFile tmp_file; local
    [all...]
  /art/compiler/utils/
assembler_test_base.h 495 std::string tmp_file = GetTmpnam(); local
497 args.push_back(tmp_file);
511 std::ifstream in(tmp_file.c_str());
515 std::remove(tmp_file.c_str());
519 std::remove(tmp_file.c_str());
525 static void FindToolDumpPrintout(std::string name_predicate, std::string tmp_file) {
537 args.push_back(tmp_file);
553 std::ifstream in(tmp_file.c_str());
561 std::remove(tmp_file.c_str());
  /external/guice/extensions/persist/lib/
antlr-2.7.5h3.jar 
  /prebuilts/tools/common/m2/repository/antlr/antlr/2.7.7/
antlr-2.7.7.jar 
  /development/tools/checkstyle/
checkstyle.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 

Completed in 156 milliseconds