Searched refs:load_from_path (Results 1 – 5 of 5) sorted by relevance
48 cfg.load_from_path(cfgpath, litConfig)97 config.load_from_path(cfgpath, litConfig)
66 config.load_from_path(path, self)
68 def load_from_path(self, path, litConfig): member in TestingConfig
75 common,info_iter = componentinfo.load_from_path(llvmbuild_path,88 def load_from_path(source_root, llvmbuild_source_root): member in LLVMProjectInfo879 project_info = LLVMProjectInfo.load_from_path(
425 def load_from_path(path, subpath): function