HomeSort by relevance Sort by last modified time
    Searched defs:tmp_file (Results 1 - 10 of 10) 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) {
dump_maps_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) {
  /art/compiler/utils/
assembler_test_base.h 483 std::string tmp_file = GetTmpnam(); local
485 args.push_back(tmp_file);
499 std::ifstream in(tmp_file.c_str());
503 std::remove(tmp_file.c_str());
507 std::remove(tmp_file.c_str());
  /cts/tools/signature-tools/lib/
antlr-2.7.7.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 931 milliseconds