HomeSort by relevance Sort by last modified time
    Searched refs:CreateEmptyFile (Results 1 - 12 of 12) sorted by null

  /art/runtime/
os.h 39 static File* CreateEmptyFile(const char* name);
os_linux.cc 38 File* OS::CreateEmptyFile(const char* name) {
dex_file_verifier_test.cc 113 std::unique_ptr<File> file(OS::CreateEmptyFile(location));
178 std::unique_ptr<File> file(OS::CreateEmptyFile(location));
dex_file_test.cc 144 std::unique_ptr<File> file(OS::CreateEmptyFile(location));
trace.cc 350 trace_file.reset(OS::CreateEmptyFile(trace_filename));
  /art/compiler/sea_ir/debug/
dot_gen.h 108 art::File* file = art::OS::CreateEmptyFile(filename.c_str());
  /art/compiler/
image_test.cc 58 ScratchFile image_file(OS::CreateEmptyFile(image_filename.c_str()));
62 ScratchFile oat_file(OS::CreateEmptyFile(oat_filename.c_str()));
image_writer.cc 161 std::unique_ptr<File> image_file(OS::CreateEmptyFile(image_filename.c_str()));
    [all...]
  /art/compiler/llvm/
llvm_compilation_unit.cc 155 std::unique_ptr<File> output(OS::CreateEmptyFile(filename.c_str()));
182 std::unique_ptr<File> output(OS::CreateEmptyFile(filename.c_str()));
  /art/dex2oat/
dex2oat.cc     [all...]
  /art/runtime/gc/space/
image_space.cc 134 std::unique_ptr<File> f(OS::CreateEmptyFile(boot_marker.c_str()));
    [all...]
  /art/patchoat/
patchoat.cc 885 std::unique_ptr<File> f(OS::CreateEmptyFile(name));
    [all...]

Completed in 68 milliseconds