Lines Matching refs:join
35 f = open(os.path.join(self.top_dir, relative_input_path), "rt")
45 return "".join(self.blocks).replace("\r\n","\n")
74 header.add_file(os.path.join(INCLUDE_PATH, "version.h"))
75 header.add_file(os.path.join(INCLUDE_PATH, "allocator.h"))
76 header.add_file(os.path.join(INCLUDE_PATH, "config.h"))
77 header.add_file(os.path.join(INCLUDE_PATH, "forwards.h"))
78 header.add_file(os.path.join(INCLUDE_PATH, "json_features.h"))
79 header.add_file(os.path.join(INCLUDE_PATH, "value.h"))
80 header.add_file(os.path.join(INCLUDE_PATH, "reader.h"))
81 header.add_file(os.path.join(INCLUDE_PATH, "writer.h"))
82 header.add_file(os.path.join(INCLUDE_PATH, "assertions.h"))
85 target_header_path = os.path.join(os.path.dirname(target_source_path), header_include_path)
102 header.add_file(os.path.join(INCLUDE_PATH, "version.h"))
103 header.add_file(os.path.join(INCLUDE_PATH, "allocator.h"))
104 header.add_file(os.path.join(INCLUDE_PATH, "config.h"))
105 header.add_file(os.path.join(INCLUDE_PATH, "forwards.h"))
108 target_forward_header_path = os.path.join(os.path.dirname(target_source_path),
126 source.add_file(os.path.join(SRC_PATH, "json_tool.h"))
127 source.add_file(os.path.join(SRC_PATH, "json_reader.cpp"))
128 source.add_file(os.path.join(SRC_PATH, "json_valueiterator.inl"))
129 source.add_file(os.path.join(SRC_PATH, "json_value.cpp"))
130 source.add_file(os.path.join(SRC_PATH, "json_writer.cpp"))