Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-devtools/icecc-create-env/icecc-create-env/
H A Dicecc-create-env172 add_file () function
251 add_file $added_gcc /usr/bin/gcc
252 add_file $added_gxx /usr/bin/g++
255 add_file /usr/bin/as /usr/bin/as
262 add_file $added_as /usr/bin/as
265 add_file `$added_gcc -print-prog-name=cc1` /usr/bin/cc1
266 add_file `$added_gxx -print-prog-name=cc1plus` /usr/bin/cc1plus
269 add_file "$specfile"
276 add_file $pluginfile ${pluginfile#*usr}
277 add_file $pluginfile /usr${pluginfile#*usr}
[all …]
/openbmc/linux/fs/reiserfs/
H A Dprocfs.c402 static void add_file(struct super_block *sb, char *name, in add_file() function
422 add_file(sb, "version", show_version); in reiserfs_proc_info_init()
423 add_file(sb, "super", show_super); in reiserfs_proc_info_init()
424 add_file(sb, "per-level", show_per_level); in reiserfs_proc_info_init()
425 add_file(sb, "bitmap", show_bitmap); in reiserfs_proc_info_init()
426 add_file(sb, "on-disk-super", show_on_disk_super); in reiserfs_proc_info_init()
427 add_file(sb, "oidmap", show_oidmap); in reiserfs_proc_info_init()
428 add_file(sb, "journal", show_journal); in reiserfs_proc_info_init()