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

  /art/compiler/
elf_writer_test.cc 57 std::string elf_filename = GetSystemImageFilename(elf_location.c_str(), kRuntimeISA);
image_test.cc 51 std::string image_filename(GetSystemImageFilename(image_location.GetFilename().c_str(),
  /art/runtime/
utils_test.cc 369 TEST_F(UtilsTest, GetSystemImageFilename) {
371 GetSystemImageFilename("/system/framework/boot.art", kArm).c_str());
utils.h 512 std::string GetSystemImageFilename(const char* location, InstructionSet isa);
utils.cc     [all...]
  /art/runtime/gc/space/
image_space.cc 210 std::string system_image_filename(GetSystemImageFilename(image_location, image_isa));
    [all...]
  /art/patchoat/
patchoat.cc 75 std::string system_filename(GetSystemImageFilename(location.c_str(), isa));
    [all...]

Completed in 88 milliseconds