Home
last modified time | relevance | path

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

/aosp12/art/dexlayout/
H A 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
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()
752 size_t tmp_last_slash = tmp_name.rfind('/'); in TEST_F() local
[all …]
/aosp12/art/libartbase/base/
H A Dflags_test.cc37 size_t tmp_last_slash = tmp_name.rfind('/'); in TestFlag() local
38 tmp_name = tmp_name.substr(tmp_last_slash + 1); in TestFlag()