Home
last modified time | relevance | path

Searched refs:base_name (Results 1 – 6 of 6) sorted by relevance

/art/compiler/utils/
Dassembler_test_base.h205 std::string base_name; member
384 res->base_name = GetTmpnam() + std::string("---") + test_name; in Compile()
388 std::ofstream s_out(res->base_name + ".S"); in Compile()
395 if (!Assemble((res->base_name + ".S").c_str(), (res->base_name + ".o").c_str(), in Compile()
401 std::string odump = Objdump(res->base_name + ".o"); in Compile()
429 std::ifstream obj(res->base_name + ".o"); in Compile()
441 std::remove((res->base_name + ".S").c_str()); in Clean()
442 std::remove((res->base_name + ".o").c_str()); in Clean()
443 std::remove((res->base_name + ".o.dump").c_str()); in Clean()
/art/dex2oat/
Ddex2oat_image_test.cc295 std::string base_name = "core.art"; in TEST_F() local
296 std::string base_location = scratch_dir + base_name; in TEST_F()
391 std::string single_base_location = single_dir + base_name; in TEST_F()
454 load_ok = silent_load(base_name); in TEST_F()
508 bool load_ok = load(base_name); in TEST_F()
519 load_ok = load(base_name + ':' + mid_name); in TEST_F()
524 load_ok = load(base_name + ':' + mid_location); in TEST_F()
534 load_ok = load(base_name + ':' + mid_name + ':' + tail_name); in TEST_F()
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.cc254 const std::string& base_name = data.GetDebugName(); in GenerateThunkDebugInfo() local
258 info.custom_name = base_name; in GenerateThunkDebugInfo()
263 info.custom_name = base_name + "_" + std::to_string(i); in GenerateThunkDebugInfo()
/art/tools/runtime_memusage/
Dsanitizer_logcat_analysis.sh291 base_name=$(basename "$apk_file")
/art/runtime/gc/space/
Dimage_space_test.cc76 for (const char* base_name : kBaseNames) { in TEST_F() local
77 std::string jar_name = GetTestDexFileName(base_name); in TEST_F()
Dimage_space.cc1909 std::string base_name; in MatchNamedComponents() local
1926 base_name = component.substr(slash_pos + 1u); in MatchNamedComponents()
1929 base_name = component; in MatchNamedComponents()
1936 base_location = component.substr(0u, slash_pos + 1u) + base_name; in MatchNamedComponents()
1944 base_location = path + base_name; in MatchNamedComponents()
2415 std::string base_name = primary_base_location.substr(base_slash_pos + 1u); in LoadOrValidate() local
2416 DCHECK(!base_name.empty()); in LoadOrValidate()
2426 base_location = bcp_component.substr(0u, slash_pos + 1u) + base_name; in LoadOrValidate()
2429 base_location = path.substr(0u, path.size() - 1u) + base_name; in LoadOrValidate()