Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dcode-reading.c491 const char *test_file_name = "temp-perf-code-reading-test-file--"; in fs_something() local
496 f = fopen(test_file_name, "w+"); in fs_something()
499 unlink(test_file_name); in fs_something()
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Ddevtool.py413 test_file_name = "test_file"
418 with open(os.path.join(test_file_dir_full, test_file_name), "w") as f:
436 …h.isfile(os.path.join(installdir, test_file_dir, test_file_name)), '%s not found in D' % test_file…