Introducing linker namespaces
Bug: http://b/22548808 Change-Id: Ia3af3c0a167f1d16447a3d83bb045d143319b1e1
This commit is contained in:
@@ -18,6 +18,10 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
extern const char* const kZipFileSeparator;
|
||||
|
||||
bool normalize_path(const char* path, std::string* normalized_path);
|
||||
bool file_is_in_dir(const std::string& file, const std::string& dir);
|
||||
bool parse_zip_path(const char* input_path, std::string* zip_path, std::string* entry_path);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user