Home
last modified time | relevance | path

Searched refs:sh (Results 1 – 4 of 4) sorted by relevance

/art/test/etc/
Drun-test-jar397 adb push $cmdfile $DEX_LOCATION/cmdline.sh
399 adb push $cmdfile $DEX_LOCATION/cmdline.sh > /dev/null 2>&1
402 adb shell sh $DEX_LOCATION/cmdline.sh
/art/runtime/
Delf_file.cc1539 Elf_Shdr* sh = GetSectionHeader(i); in Strip() local
1540 CHECK(sh != nullptr); in Strip()
1541 const char* name = GetString(*string_section, sh->sh_name); in Strip()
1544 section_headers.push_back(*sh); in Strip()
1553 section_headers.push_back(*sh); in Strip()
1658 Elf_Shdr* sh = GetSectionHeader(i); in FixupSectionHeaders() local
1659 CHECK(sh != nullptr); in FixupSectionHeaders()
1661 if (sh->sh_addr == 0) { in FixupSectionHeaders()
1667 static_cast<uint64_t>(sh->sh_addr), in FixupSectionHeaders()
1668 static_cast<uint64_t>(sh->sh_addr + base_address)); in FixupSectionHeaders()
[all …]
/art/tools/
Dlibcore_failures.txt5 * is art/tools/run-libcore-tests.sh.
/art/tools/dexfuzz/
DREADME34 (That is, . build/envsetup.sh && lunch)