Searched refs:temp_dir (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/tests/shell/ |
H A D | test_uprobe_from_different_cu.sh | 13 temp_dir=$(mktemp -d /tmp/perf-uprobe-different-cu-sh.XXXXXXXXXX) 18 if [[ "${temp_dir}" =~ ^/tmp/perf-uprobe-different-cu-sh.*$ ]]; then 20 perf probe -x ${temp_dir}/testfile -d foo || true 21 rm -f "${temp_dir}/"* 22 rmdir "${temp_dir}" 34 cat > ${temp_dir}/testfile-foo.h << EOF 44 cat > ${temp_dir}/testfile-foo.c << EOF 58 cat > ${temp_dir}/testfile-main.c << EOF 76 gcc -g -Og -flto -c ${temp_dir}/testfile-foo.c -o ${temp_dir}/testfil [all...] |
/kernel/linux/linux-6.6/tools/perf/tests/shell/ |
H A D | test_uprobe_from_different_cu.sh | 13 temp_dir=$(mktemp -d /tmp/perf-uprobe-different-cu-sh.XXXXXXXXXX) 18 if [[ "${temp_dir}" =~ ^/tmp/perf-uprobe-different-cu-sh.*$ ]]; then 20 perf probe -x ${temp_dir}/testfile -d foo || true 21 rm -f "${temp_dir}/"* 22 rmdir "${temp_dir}" 34 cat > ${temp_dir}/testfile-foo.h << EOF 44 cat > ${temp_dir}/testfile-foo.c << EOF 58 cat > ${temp_dir}/testfile-main.c << EOF 76 gcc -g -Og -flto -c ${temp_dir}/testfile-foo.c -o ${temp_dir}/testfil [all...] |
H A D | test_intel_pt.sh | 17 temp_dir=$(mktemp -d /tmp/perf-test-intel-pt-sh.XXXXXXXXXX) 19 tmpfile="${temp_dir}/tmp-perf.data" 20 perfdatafile="${temp_dir}/test-perf.data" 21 outfile="${temp_dir}/test-out.txt" 22 errfile="${temp_dir}/test-err.txt" 23 workload="${temp_dir}/workload" 24 awkscript="${temp_dir}/awkscript" 25 jitdump_workload="${temp_dir}/jitdump_workload" 26 maxbrstack="${temp_dir}/maxbrstack.py" 31 sane=$(echo "${temp_dir}" | cu [all...] |
/kernel/linux/linux-5.10/scripts/kconfig/tests/ |
H A D | conftest.py | 58 with tempfile.TemporaryDirectory() as temp_dir: 63 os.path.join(temp_dir, '.config')) 69 cwd=temp_dir, 90 with open(os.path.join(temp_dir, out_file)) as f:
|
/kernel/linux/linux-6.6/scripts/kconfig/tests/ |
H A D | conftest.py | 62 with tempfile.TemporaryDirectory() as temp_dir: 67 os.path.join(temp_dir, '.config')) 73 cwd=temp_dir, 94 with open(os.path.join(temp_dir, out_file)) as f:
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | variables.py | 53 temp_dir = "" variable in Variables 72 Variables.temp_dir = os.path.join(_get_temp_dir(), "xdevice_data") 73 if not os.path.exists(Variables.temp_dir): 74 os.makedirs(Variables.temp_dir)
|
/test/testfwk/developer_test/src/core/command/ |
H A D | run.py | 264 latest_report_path = os.path.join(Variables.temp_dir, "latest/summary_report.xml")
387 latest_report_path = os.path.join(Variables.temp_dir, "latest/summary_report.xml")
|
/test/testfwk/xdevice/src/xdevice/_core/environment/ |
H A D | env_pool.py | 393 self.cache_file = os.path.join(Variables.temp_dir, "cache.dat")
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
H A D | device.py | 1480 temp_dir = tempfile.gettempdir() 1481 files = os.listdir(temp_dir) 1484 hdc_log = os.path.join(temp_dir, file)
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
H A D | kit.py | 758 with TemporaryDirectory(prefix=hap_name) as temp_dir: 760 zif_file.extractall(path=temp_dir) 761 entry_app = os.path.join(temp_dir, "Entry.app")
|
/test/testfwk/xdevice/src/xdevice/_core/command/ |
H A D | console.py | 754 history_path = os.path.join(Variables.temp_dir, "latest")
|
/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | result_reporter.py | 664 dst_path = os.path.join(Variables.temp_dir, "latest")
|
Completed in 10 milliseconds