Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oe/
H A Dpackagedata.py335 oe.path.relsymlink(subdata_file, subdata_sym, True)
346 oe.path.relsymlink(subdata_file, subdata_sym, True)
H A Dpath.py175 def relsymlink(target, name, force=False): function