Searched refs:root_path_full (Results 1 – 1 of 1) sorted by relevance
212 std::string root_path_full = root_path; in ForEachFile() local213 if (root_path_full.back() != '/') { in ForEachFile()214 root_path_full += '/'; in ForEachFile()218 if (::StartIteration(zip_handle_.get(), &cookie, root_path_full, "") != 0) { in ForEachFile()232 StringPiece leaf_file_path = full_file_path.substr(root_path_full.size()); in ForEachFile()