Home
last modified time | relevance | path

Searched refs:runtime_files_dir (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/
H A Dkernelmodule.py16 src = os.path.join(cls.tc.runtime_files_dir, 'hellomod.c')
20 src = os.path.join(cls.tc.runtime_files_dir, 'hellomod_makefile')
H A Dscons.py16 src = os.path.join(cls.tc.runtime_files_dir, 'hello.c')
19 src = os.path.join(cls.tc.runtime_files_dir, 'SConstruct')
H A Dgcc.py19 src = os.path.join(cls.tc.runtime_files_dir, 'testmakefile')
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/
H A Dcontext.py19 runtime_files_dir = os.path.join( variable in OERuntimeTestContext