Home
last modified time | relevance | path

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

/art/dexlayout/
Ddexlayout_test.cc293 size_t tmp_last_slash = tmp_name.rfind('/'); in DexFileOutputExec() local
294 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1); in DexFileOutputExec()
386 size_t tmp_last_slash = tmp_name.rfind('/'); in DexFileLayoutExec() local
387 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1); in DexFileLayoutExec()
415 size_t tmp_last_slash = tmp_name.rfind('/'); in DexFileLayoutFixedPointExec() local
416 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1); in DexFileLayoutFixedPointExec()
478 size_t tmp_last_slash = tmp_name.rfind('/'); in UnreferencedCatchHandlerExec() local
479 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1); in UnreferencedCatchHandlerExec()
714 size_t tmp_last_slash = tmp_name.rfind('/'); in TEST_F() local
715 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1); in TEST_F()
[all …]