Searched refs:realpath (Results 1 – 8 of 8) sorted by relevance
| /misc/config_tools/board_inspector/acpiparser/aml/ |
| A D | context.py | 127 def realpath(scope, name): member in Context 218 return self.realpath(self.__current_scope, "") 246 symbol.name = self.realpath(self.__current_scope, symbol.name) 261 def unregister_object(self, realpath): argument 262 sym = self.__symbol_table.pop(realpath, None) 269 path = self.realpath(self.__current_scope[:prefix_len], name) 288 realpath = self.realpath(self.__current_scope, name) 289 ret = self.__symbol_table[realpath] 318 name = self.realpath(current_scope, f"_T_{i}") 352 realpath = self.realpath(self.__current_scope, name) [all …]
|
| A D | interpreter.py | 137 realpath = self.context.realpath("\\", name) 138 self.context.register_binding(realpath, obj) 202 realpath = self.context.realpath(value.tree.scope, value.name) 203 assert realpath 204 self.context.change_scope(realpath) 207 self.stack.append(self.StackFrame(realpath, args)) 246 sym = self.context.lookup_symbol(self.context.realpath(tree.scope, name)) 300 fullpath = self.context.realpath(tree.scope, name) 317 sym = self.context.lookup_symbol(self.context.realpath(tree.scope, name))
|
| A D | visitors.py | 50 realpath = self.context.realpath(scope, name) 51 self.context.unregister_object(realpath)
|
| /misc/config_tools/board_inspector/extractors/ |
| A D | helpers.py | 32 realpath = get_realpath(pathstr) 34 m = bdf_regex.match(realpath.split('/')[-1])
|
| A D | 60-pci.py | 178 pf_path = os.path.realpath(os.path.join(device_path, "physfn"))
|
| /misc/config_tools/scenario_config/ |
| A D | __init__.py | 8 sys.path.append(os.path.dirname(os.path.realpath(__file__)))
|
| /misc/config_tools/static_allocators/ |
| A D | main.py | 23 scripts_path = os.path.dirname(os.path.realpath(__file__))
|
| /misc/config_tools/board_inspector/ |
| A D | board_inspector.py | 20 script_dir = os.path.dirname(os.path.realpath(__file__))
|
Completed in 16 milliseconds