Lines Matching +full:set +full:- +full:content
27 redfish_core_path = os.path.join(SCRIPT_DIR, "..", "redfish-core")
33 redfish_core_path, "schema", "dmtf", "json-schema"
38 json_schema_installed_path = json_schema_path + "-installed"
40 zipBytesIO = BytesIO(r.content)
84 elif zip_file.filename.startswith(VERSION + "/json-schema/"):
102 # Get the currently-installed csdl
103 csdl_installed_symlinks = set()
110 # Create csdl files & keep the updated csdl-installed symlinks
113 content = zip_ref.read(os.path.join(VERSION + "/csdl", csdl_file)) variable
114 content = content.replace(b"\r\n", b"\n") variable
115 schema_out.write(content)
123 # Get the currently-installed json symlinks
134 zip_filepath = os.path.join(VERSION + "/json-schema", versions[0])
139 content = zip_ref.read(zip_filepath) variable
140 content = content.replace(b"\r\n", b"\n") variable
141 schema_file.write(content)
145 os.path.join("..", "json-schema", versions[0]),