Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dtest_local_storage.c116 char tmp_dir_path[] = "/tmp/local_storageXXXXXX"; in test_test_local_storage() local
139 if (CHECK(!mkdtemp(tmp_dir_path), "mkdtemp", in test_test_local_storage()
144 tmp_dir_path); in test_test_local_storage()
174 tmp_dir_path, tmp_dir_path); in test_test_local_storage()
193 snprintf(cmd, sizeof(cmd), "rm -rf %s", tmp_dir_path); in test_test_local_storage()