| /openbmc/openbmc-test-automation/lib/ |
| H A D | boot_data.py | 116 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 D | var_funcs.py | 144 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 D | data_proc.tcl | 148 proc split_path {path dir_path base_name} { 149 upvar $dir_path ref_dir_path
|
| H A D | code_update_utils.py | 158 def get_latest_file(dir_path): argument 170 + dir_path
|
| H A D | gen_misc.py | 48 def add_trailing_slash(dir_path): argument 57 return os.path.normpath(dir_path) + os.path.sep
|
| /openbmc/openbmc-test-automation/bin/ |
| H A D | gen_list.sh | 103 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 D | 9p-local.c | 664 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 D | 9p-synth.c | 286 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 D | 9p.c | 3312 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 D | icecc-create-env | 91 dir_path=$(pwd -L) 92 path=$dir_path/$(basename $path)
|
| /openbmc/openbmc-test-automation/ffdc/ |
| H A D | ffdc_collector.py | 1103 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 D | 0002-ext4_utils-add-o-argument-to-preserve-ownership.patch | 27 … -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__.py | 46 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 D | importlayer.js | 165 dir_path: $("#layer-subdir").val(), property in AnonymousFunction1aaebdcb0c00.import_and_add.layerData
|
| /openbmc/openbmc-test-automation/ |
| H A D | CONTRIBUTING.md | 441 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 D | buildinfohelper.py | 1912 for dir_path, _, filenames in os.walk(sdk_dir): 1914 full_path = os.path.join(dir_path, filename)
|