Home
last modified time | relevance | path

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

/test/xts/acts/graphic/vktest/
Dgenlocal.py66 timelist = latestpath.split("/") variable
67 if len(timelist) > 1:
68 curtime = timelist[1].replace("\n", "")
70 timelist = latestpath.split("\\") variable
71 curtime = timelist[1].replace("\n", "")
/test/xts/acts/arkui/libuv/
Dgenlocal.py214 timelist = latestpath.split("/") variable
215 curtime = timelist[1].replace("\n", "")