Searched refs:include_path_ (Results 1 – 2 of 2) sorted by relevance
63 : zip_file_(zip_file), include_path_(include_path), last_error_code_(0) { in ZipSourceTree()68 std::string path = include_path_ + relative_path; in Open()103 return include_path_; in IncludePath()
40 std::string include_path_; variable