Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/tests/shell/
H A Dtest_arm_coresight.sh24 cleanup_files() function
30 trap cleanup_files exit
/OK3568_Linux_fs/buildroot/package/irda-utils/
H A D0001-daemon.patch27 - /* cleanup_files = 0; */
/OK3568_Linux_fs/yocto/poky/scripts/
H A Drunqemu218 self.cleanup_files = []
1050 self.cleanup_files.append(self.rootfs)
1051 self.cleanup_files.append('%s.pseudo_state' % self.rootfs)
1236 self.cleanup_files.append(newrootfs)
1559 if self.cleanup_files:
1560 for ent in self.cleanup_files: