Home
last modified time | relevance | path

Searched refs:realpath (Results 1 – 8 of 8) sorted by relevance

/misc/config_tools/board_inspector/acpiparser/aml/
A Dcontext.py127 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 Dinterpreter.py137 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 Dvisitors.py50 realpath = self.context.realpath(scope, name)
51 self.context.unregister_object(realpath)
/misc/config_tools/board_inspector/extractors/
A Dhelpers.py32 realpath = get_realpath(pathstr)
34 m = bdf_regex.match(realpath.split('/')[-1])
A D60-pci.py178 pf_path = os.path.realpath(os.path.join(device_path, "physfn"))
/misc/config_tools/scenario_config/
A D__init__.py8 sys.path.append(os.path.dirname(os.path.realpath(__file__)))
/misc/config_tools/static_allocators/
A Dmain.py23 scripts_path = os.path.dirname(os.path.realpath(__file__))
/misc/config_tools/board_inspector/
A Dboard_inspector.py20 script_dir = os.path.dirname(os.path.realpath(__file__))

Completed in 16 milliseconds