Searched refs:tail_name (Results 1 – 3 of 3) sorted by relevance
/art/dex2oat/ |
D | dex2oat_image_test.cc | 309 std::string tail_name = tail_location.substr(tail_slash_pos + 1u); in TEST_F() local 475 load_ok = load(base_location + ':' + mid_location + ':' + tail_name); in TEST_F() 530 load_ok = load(base_name + ':' + mid_name + ':' + tail_name); in TEST_F() 535 load_ok = load(base_location + ':' + mid_location + ':' + tail_name); in TEST_F() 643 + ":/non-existent/" + tail_name + "!" + tail_profile_filename); in TEST_F() 655 + ":/non-existent/" + tail_name + "!" + tail_profile_filename); in TEST_F()
|
/art/libartbase/base/ |
D | mem_map.h | 273 const char* tail_name, 280 const char* tail_name,
|
D | mem_map.cc | 701 const char* tail_name, in RemapAtEnd() argument 706 tail_name, in RemapAtEnd() 716 const char* tail_name, in RemapAtEnd() argument 771 SetDebugName(actual, tail_name, tail_base_size); in RemapAtEnd() 777 return MemMap(tail_name, actual, tail_size, actual, tail_base_size, tail_prot, false); in RemapAtEnd()
|