Home
last modified time | relevance | path

Searched refs:dir_path (Results 1 – 16 of 16) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dboot_data.py116 def read_boot_lists(dir_path="data/boot_lists/"): argument
146 if not dir_path.startswith("/"):
148 dir_path = code_base_dir_path + dir_path
151 boot_file_names = os.listdir(dir_path)
155 file_path = gm.which(dir_path + boot_category)
325 dir_path = "/tmp/" + USER + "/"
326 if not os.path.exists(dir_path):
327 os.makedirs(dir_path)
331 file_name_dict, dir_path=dir_path, file_suffix=":boot_results"
H A Dvar_funcs.py144 def create_file_path(file_name_dict, dir_path="/tmp/", file_suffix=""): argument
155 dir_path = gm.add_trailing_slash(dir_path)
156 return dir_path + join_dict(file_name_dict) + file_suffix
190 dir_path = os.path.dirname(file_path) + os.sep
193 result_dict["dir_path"] = dir_path
H A Ddata_proc.tcl148 proc split_path {path dir_path base_name} {
149 upvar $dir_path ref_dir_path
H A Dcode_update_utils.py158 def get_latest_file(dir_path): argument
170 + dir_path
H A Dgen_misc.py48 def add_trailing_slash(dir_path): argument
57 return os.path.normpath(dir_path) + os.path.sep
/openbmc/openbmc-test-automation/bin/
H A Dgen_list.sh103 local dir_path="${1}" ; shift
114 cleanup_path_slashes dir_path || return 1
116 remove_list_element "${dir_path}" "${path_var}" : || return 1
/openbmc/qemu/hw/9pfs/
H A D9p-local.c664 static int local_mknod(FsContext *fs_ctx, V9fsPath *dir_path, in local_mknod() argument
676 dirfd = local_opendir_nofollow(fs_ctx, dir_path->data); in local_mknod()
716 static int local_mkdir(FsContext *fs_ctx, V9fsPath *dir_path, in local_mkdir() argument
728 dirfd = local_opendir_nofollow(fs_ctx, dir_path->data); in local_mkdir()
817 static int local_open2(FsContext *fs_ctx, V9fsPath *dir_path, const char *name, in local_open2() argument
835 dirfd = local_opendir_nofollow(fs_ctx, dir_path->data); in local_open2()
883 V9fsPath *dir_path, const char *name, FsCred *credp) in local_symlink() argument
894 dirfd = local_opendir_nofollow(fs_ctx, dir_path->data); in local_symlink()
1243 static int local_name_to_path(FsContext *ctx, V9fsPath *dir_path, in local_name_to_path() argument
1252 if (dir_path) { in local_name_to_path()
[all …]
H A D9p-synth.c286 static int synth_open2(FsContext *fs_ctx, V9fsPath *dir_path, in synth_open2() argument
489 static int synth_name_to_path(FsContext *ctx, V9fsPath *dir_path, in synth_name_to_path() argument
501 if (!dir_path) { in synth_name_to_path()
504 dir_node = *(V9fsSynthNode **)dir_path->data; in synth_name_to_path()
H A D9p.c3312 V9fsPath dir_path; in v9fs_complete_rename() local
3314 v9fs_path_init(&dir_path); in v9fs_complete_rename()
3315 v9fs_path_sprintf(&dir_path, "%s", dir_name); in v9fs_complete_rename()
3318 err = v9fs_co_name_to_path(pdu, &dir_path, name->data, &new_path); in v9fs_complete_rename()
3319 v9fs_path_free(&dir_path); in v9fs_complete_rename()
/openbmc/openbmc/poky/meta/recipes-devtools/icecc-create-env/icecc-create-env/
H A Dicecc-create-env91 dir_path=$(pwd -L)
92 path=$dir_path/$(basename $path)
/openbmc/openbmc-test-automation/ffdc/
H A Dffdc_collector.py1103 def validate_local_store(cls, dir_path): argument
1118 if not os.path.exists(dir_path):
1120 os.makedirs(dir_path, 0o755)
1126 " PermissionError.\n" % dir_path
1131 % (dir_path, e.strerror)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/extras/
H A D0002-ext4_utils-add-o-argument-to-preserve-ownership.patch27 … -185,6 +187,10 @@ static u32 build_directory_structure(const char *full_path, const char *dir_path
/openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/
H A D__init__.py46 dir_path = oe.path.join(self.deploy_dir, dir)
47 bb.note("Generating package index for %s" %(dir_path))
48 self.do_write_index(dir_path)
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dimportlayer.js165 dir_path: $("#layer-subdir").val(), property in AnonymousFunction1aaebdcb0c00.import_and_add.layerData
/openbmc/openbmc-test-automation/
H A DCONTRIBUTING.md441 dir_path variables to ensure that they contain a trailing slash. If we
784 - IMPORTANT: As a programming convention, do pre- processing on all dir_path
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py1912 for dir_path, _, filenames in os.walk(sdk_dir):
1914 full_path = os.path.join(dir_path, filename)