Home
last modified time | relevance | path

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

12

/openbmc/openbmc/poky/meta/lib/oe/
H A Dcachedpath.py93 def islink(self, path): member in CachedPath
146 if followlinks or not self.islink(new_path):
181 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.py108 if path.endswith('.a') and not os.path.islink(path):
161 if os.path.islink(file):
412 if mode and not os.path.islink(path):
568 if cpath.islink(parent):
577 if not cpath.islink(f):
605 if os.path.islink(f):
1102 if cpath.islink(file):
1342 if (not cpath.islink(file)) and (not cpath.exists(file)):
1370 if cpath.isdir(file) and not cpath.islink(file):
1376 if 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/linux/fs/smb/client/
H A Ddfs.c443 struct cifs_sb_info *cifs_sb, char *tree, bool islink, in __tree_connect_dfs_target() argument
488 if (!islink) { in __tree_connect_dfs_target()
528 struct cifs_sb_info *cifs_sb, char *tree, bool islink, in tree_connect_dfs_target() argument
537 rc = __tree_connect_dfs_target(xid, tcon, cifs_sb, tree, islink, tl); in tree_connect_dfs_target()
H A Dcifsproto.h704 bool *islink);
710 bool *islink) in cifs_inval_name_dfs_link_error() argument
712 *islink = false; in cifs_inval_name_dfs_link_error()
H A Dmisc.c1289 bool *islink) in cifs_inval_name_dfs_link_error() argument
1296 *islink = false; in cifs_inval_name_dfs_link_error()
1346 *islink = refs[0].server_type == DFS_TYPE_LINK; in cifs_inval_name_dfs_link_error()
H A Dsmb2inode.c873 bool islink; in smb2_query_path_info() local
965 full_path, &islink); in smb2_query_path_info()
970 if (islink) in smb2_query_path_info()
/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-tools/rootfs_size/
H A Drootfs_size.py102 if not os.path.islink(filepath):
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Dtargetcontrol.py38 if os.path.islink(sshloglink):
154 if os.path.islink(qemuloglink):
/openbmc/openbmc/poky/meta/classes-global/
H A Duninative.bbclass87 if os.path.islink(tarballpath):
165 if os.path.islink(f):
H A Dinsane.bbclass90 if os.path.islink(path) or stat.S_ISFIFO(os.stat(path).st_mode) or elf:
132 if os.path.islink(file):
160 if os.path.islink(file):
185 …("-ptest") and not name.startswith("nativesdk-") and path.endswith(".so") and os.path.islink(path):
196 if name.endswith("-dev") and path.endswith(".so") and not os.path.islink(path) and elf:
354 if os.path.islink(path):
397 if os.path.islink(path):
423 if os.path.islink(path):
504 if os.path.islink(path):
1007 if os.path.exists(pkg_dir + f) and not os.path.islink(pkg_dir + f):
/openbmc/qemu/tests/qemu-iotests/
H A Dcheck34 if os.path.islink(sys.argv[0]):
/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):
700 if os.path.islink(ud.localpath):
H A Dhg.py227 if os.path.islink(ud.fullmirror):
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dsshcontrol.py153 if os.path.islink(localpath):
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/
H A Dssh.py105 if os.path.islink(localSrc):
/openbmc/openbmc/poky/meta/classes/
H A Dchrpath.bbclass109 if os.path.islink(fpath):

12