Searched refs:root_path_full (Results 1 – 1 of 1) sorted by relevance
206 std::string root_path_full = root_path; in ForEachFile() local207 if (root_path_full.back() != '/') { in ForEachFile()208 root_path_full += '/'; in ForEachFile()211 ::ZipString prefix(root_path_full.c_str()); in ForEachFile()227 StringPiece leaf_file_path = full_file_path.substr(root_path_full.size()); in ForEachFile()