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

  /art/compiler/
elf_writer_test.cc 53 std::string elf_filename = GetSystemImageFilename(elf_location.c_str(), kRuntimeISA);
109 std::string elf_filename = GetSystemImageFilename(elf_location.c_str(), kRuntimeISA);
image_test.h 173 std::string image_filename(GetSystemImageFilename(file.GetFilename().c_str(), kRuntimeISA));
  /art/dexlayout/
dexdiag_test.cc 66 std::string oat_location = GetSystemImageFilename(default_location.c_str(), kRuntimeISA);
  /art/cmdline/
cmdline.h 49 std::string system_filename(GetSystemImageFilename(location.c_str(), isa));
  /art/oatdump/
oatdump_test.h 47 core_oat_location_ = GetSystemImageFilename(GetCoreOatLocation().c_str(), kRuntimeISA);
  /art/runtime/
utils_test.cc 307 TEST_F(UtilsTest, GetSystemImageFilename) {
309 GetSystemImageFilename("/system/framework/boot.art", kArm).c_str());
utils.h 174 std::string GetSystemImageFilename(const char* location, InstructionSet isa);
utils.cc 858 std::string GetSystemImageFilename(const char* location, const InstructionSet isa) {
  /art/runtime/gc/space/
image_space.cc 171 std::string system_image_filename(GetSystemImageFilename(image_location, image_isa));
    [all...]

Completed in 5105 milliseconds