Introducing linker namespaces

Bug: http://b/22548808
Change-Id: Ia3af3c0a167f1d16447a3d83bb045d143319b1e1
This commit is contained in:
Dmitriy Ivanov
2015-10-29 17:01:24 -07:00
parent ffe5c24c86
commit 42d5fcb9f4
26 changed files with 1122 additions and 152 deletions

View File

@@ -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