Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/romlib/
H A Dromlib_generator.py89 TEMPLATE_DIR = os.path.dirname(os.path.realpath(__file__)) + "/templates/" variable in RomlibApplication
105 with open(self.TEMPLATE_DIR + name, "r") as template_file: