Home
last modified time | relevance | path

Searched defs:path (Results 1 – 11 of 11) sorted by relevance

/scripts/clang-tools/
Dgen_compile_commands.py99 def to_cmdfile(path): argument
/scripts/dtc/libfdt/
Dfdt_overlay.c62 const char *path = NULL; in overlay_get_target() local
370 const char *path, uint32_t path_len, in overlay_fixup_one_phandle()
445 const char *path, *name, *fixup_end; in overlay_fixup_phandle() local
700 const char *path; in overlay_symbol_update() local
Dfdt_ro.c250 int fdt_path_offset_namelen(const void *fdt, const char *path, int namelen) in fdt_path_offset_namelen()
295 int fdt_path_offset(const void *fdt, const char *path) in fdt_path_offset()
/scripts/kconfig/
Dconfdata.c24 static bool is_present(const char *path) in is_present()
32 static bool is_dir(const char *path) in is_dir()
93 static int make_parent_dir(const char *path) in make_parent_dir()
Dgconf.c779 GtkTreePath *path = gtk_tree_path_new_from_string(path_string); in renderer_edited() local
880 GtkTreePath *path; in on_treeview2_button_press_event() local
937 GtkTreePath *path; in on_treeview2_key_press_event() local
998 GtkTreePath *path; in on_treeview1_button_press_event() local
/scripts/dtc/
Dfdtput.c152 const char *path = in_path; in create_paths() local
Dsrcpos.c26 static char *get_dirname(const char *path) in get_dirname()
Dutil.c84 char *join_path(const char *path, const char *name) in join_path()
Dlivetree.c512 struct node *get_node_by_path(struct node *tree, const char *path) in get_node_by_path()
Dchecks.c646 char *path; in fixup_path_references() local
/scripts/
Dspdxcheck.py303 def scan_git_subtree(tree, path, dirdepth): argument