Searched refs:dir_name (Results 1 – 10 of 10) sorted by relevance
| /openbmc/qemu/tests/qapi-schema/ |
| H A D | test-qapi.py | 128 def open_test_result(dir_name, file_name, update): argument 131 return open(os.path.join(dir_name, file_name), mode, encoding='utf-8') 135 return open(os.path.join(dir_name, file_name), 'w+', encoding='utf-8') 138 def test_and_diff(test_name, dir_name, update): argument 141 test_frontend(os.path.join(dir_name, test_name + '.json')) 144 if dir_name: 145 errstr = errstr.replace(dir_name + '/', '') 155 outfp = open_test_result(dir_name, test_name + '.out', update) 156 errfp = open_test_result(dir_name, test_name + '.err', update) 207 (dir_name, base_name) = os.path.split(t) [all …]
|
| /openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/ |
| H A D | ledgroup | 22 dir_name="/var/lib/phosphor-led-manager/" 23 if [ -d "$dir_name" ]; then 24 add_copy_file "$dir_name" "$desc"
|
| /openbmc/openbmc/poky/meta/recipes-extended/quota/quota/ |
| H A D | 0001-Fix-building-on-musl.patch | 57 +static char *dir_name; 66 + dir_name = optarg; 75 + curprivs = getprivs(id, handles, !dir_name); 84 + handles = create_handle_list(dir_name ? 1 : 0, dir_name ? &dir_name : NULL, quotatype, fmt, 93 + curprivs = getprivs(id, handles, !dir_name);
|
| /openbmc/u-boot/include/ |
| H A D | ubifs_uboot.h | 24 int ubifs_ls(const char *dir_name);
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | testexport.bbclass | 175 dir_name = os.path.dirname(src_dir) 178 os.chdir(dir_name)
|
| /openbmc/openbmc/poky/meta/recipes-support/libksba/libksba/ |
| H A D | ksba-add-pkgconfig-support.patch | 29 - dnl package name in --with-$dir_name-prefix=PFX.
|
| /openbmc/openbmc/poky/scripts/lib/checklayer/ |
| H A D | __init__.py | 145 dir_name = os.path.basename(root)
|
| /openbmc/openbmc/poky/meta/recipes-support/pinentry/pinentry-1.3.1/ |
| H A D | gpg-error_pkconf.patch | 29 - dnl package name in --with-$dir_name-prefix=PFX.
|
| /openbmc/openbmc/poky/meta/recipes-support/libgpg-error/libgpg-error/ |
| H A D | pkgconfig.patch | 35 - dnl package name in --with-$dir_name-prefix=PFX.
|
| /openbmc/qemu/hw/9pfs/ |
| H A D | 9p.c | 3311 char *dir_name = g_path_get_dirname(fidp->path.data); in v9fs_complete_rename() local 3315 v9fs_path_sprintf(&dir_path, "%s", dir_name); in v9fs_complete_rename() 3316 g_free(dir_name); in v9fs_complete_rename()
|