Home
last modified time | relevance | path

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

/Linux-v6.1/scripts/clang-tools/
Dgen_compile_commands.py152 def process_line(root_directory, command_prefix, file_path): argument
176 abs_path = os.path.abspath(os.path.join(root_directory, file_path))
180 'directory': root_directory,
/Linux-v6.1/drivers/thunderbolt/
Dtest.c2524 static const u32 root_directory[] = { variable
2589 dir = tb_property_parse_dir(root_directory, ARRAY_SIZE(root_directory)); in tb_test_property_parse()
2651 dir = tb_property_parse_dir(root_directory, ARRAY_SIZE(root_directory)); in tb_test_property_format()
2655 KUNIT_ASSERT_EQ(test, ret, ARRAY_SIZE(root_directory)); in tb_test_property_format()
2665 for (i = 0; i < ARRAY_SIZE(root_directory); i++) in tb_test_property_format()
2666 KUNIT_EXPECT_EQ(test, root_directory[i], block[i]); in tb_test_property_format()
2747 src = tb_property_parse_dir(root_directory, ARRAY_SIZE(root_directory)); in tb_test_property_copy()
2758 KUNIT_ASSERT_EQ(test, ret, ARRAY_SIZE(root_directory)); in tb_test_property_copy()
2760 block = kunit_kzalloc(test, sizeof(root_directory), GFP_KERNEL); in tb_test_property_copy()
2763 ret = tb_property_format_dir(dst, block, ARRAY_SIZE(root_directory)); in tb_test_property_copy()
[all …]