Searched refs:absolute_apk_path (Results 1 – 2 of 2) sorted by relevance
284 std::string_view absolute_apk_path) { in CanonicalIdmapPathFor() argument286 assert(absolute_apk_path.size() > 0 && absolute_apk_path[0] == "/"); in CanonicalIdmapPathFor()287 std::string copy(absolute_apk_path.begin() + 1, absolute_apk_path.end()); in CanonicalIdmapPathFor()
277 std::string_view absolute_apk_path);