Searched refs:eventfile (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/bin/ |
| H A D | toaster-eventreplay | 37 def __init__(self, eventfile, variables): argument 38 self.eventfile = eventfile 44 line = self.eventfile.readline().strip() 100 with open(argv[-1]) as eventfile: 102 variables = json.loads(eventfile.readline().strip())['allvariables'] 105 player = EventPlayer(eventfile, variables)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/eventreplay/ |
| H A D | __init__.py | 43 def _replay(self, eventfile): argument 45 eventpath = Path(self.eventplay_dir) / eventfile
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcollector/ |
| H A D | urls.py | 15 url(r'^eventfile$', bldcollector.views.eventfile, name='eventfile'),
|
| H A D | views.py | 19 def eventfile(request): function
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastermain/ |
| H A D | urls.py | 33 url(r'^orm/eventfile$', bldcollector.views.eventfile),
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | parse-events.c | 28 char *eventfile; in kvm_s390_create_vm_valid() local 31 eventfile = get_events_file("kvm-s390"); in kvm_s390_create_vm_valid() 33 if (eventfile) { in kvm_s390_create_vm_valid() 34 DIR *mydir = opendir(eventfile); in kvm_s390_create_vm_valid() 40 put_events_file(eventfile); in kvm_s390_create_vm_valid()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | cooker.py | 105 def __init__(self, cooker, eventfile): argument 108 self.eventfile = eventfile 112 with open(self.eventfile, "a") as f: 129 with open(self.eventfile, "w") as f:
|