Searched refs:abs_dex_location (Results 1 – 1 of 1) sorted by relevance
1162 std::string abs_dex_location = GetScratchDir() + "/NonAbsoluteDexLocation.jar"; in TEST_F() local1163 Copy(GetDexSrc1(), abs_dex_location); in TEST_F()1165 std::string dex_location = MakePathRelative(abs_dex_location); in TEST_F()