Home
last modified time | relevance | path

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

/tools/asuite/aidegen/idea/
Diml.py82 def get_unique_iml_name(cls, abs_module_path): argument
106 if abs_module_path in cls.USED_NAME_CACHE:
107 return cls.USED_NAME_CACHE[abs_module_path]
109 uniq_name = abs_module_path.strip(os.sep).split(os.sep)[-1]
111 parent_path = os.path.relpath(abs_module_path,
130 cls.USED_NAME_CACHE[abs_module_path] = uniq_name
132 abs_module_path, uniq_name)