Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/scripts/
H A Doepydevshell-internal.py46 histfile = os.path.expanduser("~/.oepydevshell-history") variable
49 readline.read_history_file(histfile)
102 readline.write_history_file(histfile)
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dbuildhistory.bbclass156 def readPackageInfo(pkg, histfile):
158 with open(histfile, "r") as f:
208 histfile = os.path.join(oldpkghistdir, pkg, "latest")
209 return readPackageInfo(pkg, histfile)