Home
last modified time | relevance | path

Searched refs:islink (Results 1 – 25 of 52) sorted by relevance

123

/openbmc/openbmc/poky/meta/lib/oe/
H A Dcachedpath.py93 def islink(self, path): member in CachedPath
150 if followlinks or not self.islink(new_path):
185 while self.islink(file) and len(file) >= len(root):
H A Dpath.py34 if not os.path.islink(path):
69 if not os.path.islink(path):
216 while os.path.islink(file) and len(file) >= len(root):
H A Dpackage.py109 if path.endswith('.a') and not os.path.islink(path):
162 if os.path.islink(file):
427 if mode and not os.path.islink(path):
521 if not (cpath.exists(origin) and cpath.isdir(origin) and not cpath.islink(origin)):
583 if cpath.islink(parent):
592 if not cpath.islink(f):
620 if os.path.islink(f):
1125 if cpath.islink(file):
1399 if (not cpath.islink(file)) and (not cpath.exists(file)):
1427 if cpath.isdir(file) and not cpath.islink(file):
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dchecksum.py129 if not os.path.islink(f):
136 if not os.path.islink(pth):
/openbmc/openbmc/poky/scripts/
H A Dsysroot-relativelinks.py35 if os.path.islink(filep):
/openbmc/openbmc/poky/scripts/contrib/
H A Dconvert-spdx-licenses.py139 if os.path.islink(fn):
H A Dconvert-variable-renames.py110 if os.path.islink(fn):
H A Dconvert-srcuri.py71 if os.path.islink(fn):
H A Dconvert-overrides.py149 if os.path.islink(fn):
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dlicense_image.bbclass190 if not os.path.islink(p):
243 if os.path.islink(lic_manifest_symlink_dir):
292 if ((not (os.path.islink(f) or os.path.isdir(f))) and
314 if os.path.islink(full_path) and not os.path.exists(full_path):
H A Dcompress_doc.bbclass179 if os.path.islink(file):
210 if os.path.islink(file):
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Dtargetcontrol.py38 if os.path.islink(sshloglink):
155 if os.path.islink(qemuloglink):
/openbmc/openbmc-tools/rootfs_size/
H A Drootfs_size.py102 if not os.path.islink(filepath):
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dgit.py443 if os.path.isdir(objects) and not os.path.islink(objects):
528 if os.path.islink(ud.fullshallow):
542 if os.path.islink(ud.fullmirror):
726 if os.path.islink(ud.localpath):
736 if os.path.exists(r) or os.path.islink(r):
H A Dhg.py227 if os.path.islink(ud.fullmirror):
/openbmc/linux/fs/smb/client/
H A Ddfs.c354 char *tree, bool islink, in tree_connect_dfs_target() argument
390 if (islink && !rc && cifs_sb) in tree_connect_dfs_target()
H A Dcifsproto.h708 bool *islink);
714 bool *islink) in cifs_inval_name_dfs_link_error() argument
716 *islink = false; in cifs_inval_name_dfs_link_error()
H A Dmisc.c1289 bool *islink) in cifs_inval_name_dfs_link_error() argument
1297 *islink = false; in cifs_inval_name_dfs_link_error()
1347 *islink = refs[0].server_type == DFS_TYPE_LINK; in cifs_inval_name_dfs_link_error()
/openbmc/bmcweb/scripts/
H A Dgenerate_schema_enums.py146 if os.path.islink(filepath):
/openbmc/openbmc/poky/meta/classes-global/
H A Duninative.bbclass87 if os.path.islink(tarballpath):
165 if os.path.islink(f):
/openbmc/openbmc/poky/meta/recipes-core/systemd/
H A Ddlopen-deps.inc61 if cpath.islink(f):
/openbmc/qemu/tests/avocado/avocado_qemu/
H A Dlinuxtest.py19 if os.path.islink(os.path.dirname(os.path.dirname(__file__))):
/openbmc/qemu/tests/qemu-iotests/
H A Dcheck34 if os.path.islink(sys.argv[0]):
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dsshcontrol.py153 if os.path.islink(localpath):
/openbmc/openbmc/poky/meta/classes/
H A Dchrpath.bbclass109 if os.path.islink(fpath):

123