Searched refs:path_component (Results 1 – 3 of 3) sorted by relevance
750 std::string path_component(apk_path, path_end - apk_path); in calculate_odex_file_path() local761 path_component.c_str(), in calculate_odex_file_path()
231 void AddPath(int path_component);
376 void Parser::LocationRecorder::AddPath(int path_component) { in AddPath() argument377 location_->add_path(path_component); in AddPath()