Searched refs:di_root (Results 1 – 2 of 2) sorted by relevance
/external/libabigail/src/ |
D | abg-tools-utils.cc | 2543 shared_ptr<char> di_root = in build_corpus_group_from_kernel_dist_under() local 2545 char *di_root_ptr = di_root.get(); in build_corpus_group_from_kernel_dist_under()
|
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | scsimain.c | 1754 char di_root[D_ROOT_SZ]; in show_devfs_devices() local 1761 strncpy(di_root, ds_root, D_ROOT_SZ); in show_devfs_devices() 1763 strcat(di_root, "/.devfsd"); in show_devfs_devices() 1765 if (stat(di_root, &st) < 0) { in show_devfs_devices() 1767 " attempting to continue ...\n", di_root); in show_devfs_devices() 1770 strncpy(di_root, ds_root, D_ROOT_SZ); in show_devfs_devices() 1772 strcat(di_root, "/ide"); in show_devfs_devices() 1787 res = hbtl_scan(di_root, 0, larr); in show_devfs_devices()
|