Home
last modified time | relevance | path

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

/linux/scripts/clang-tools/
H A Dgen_compile_commands.py152 def process_line(root_directory, command_prefix, file_path): argument
176 abs_path = os.path.realpath(os.path.join(root_directory, file_path))
180 'directory': root_directory,
/linux/drivers/thunderbolt/
H A Dtest.c2606 static const u32 root_directory[] = { variable
2671 dir = tb_property_parse_dir(root_directory, ARRAY_SIZE(root_directory)); in tb_test_property_parse()
2733 dir = tb_property_parse_dir(root_directory, ARRAY_SIZE(root_directory)); in tb_test_property_format()
2737 KUNIT_ASSERT_EQ(test, ret, ARRAY_SIZE(root_directory)); in tb_test_property_format()
2747 for (i = 0; i < ARRAY_SIZE(root_directory); i++) in tb_test_property_format()
2748 KUNIT_EXPECT_EQ(test, root_directory[i], block[i]); in tb_test_property_format()
2829 src = tb_property_parse_dir(root_directory, ARRAY_SIZE(root_directory)); in tb_test_property_copy()
2840 KUNIT_ASSERT_EQ(test, ret, ARRAY_SIZE(root_directory)); in tb_test_property_copy()
2842 block = kunit_kzalloc(test, sizeof(root_directory), GFP_KERNEL); in tb_test_property_copy()
2845 ret = tb_property_format_dir(dst, block, ARRAY_SIZE(root_directory)); in tb_test_property_copy()
[all …]