/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | cachedpath.py | 93 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 D | path.py | 34 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 D | package.py | 109 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 D | checksum.py | 129 if not os.path.islink(f): 136 if not os.path.islink(pth):
|
/openbmc/openbmc/poky/scripts/ |
H A D | sysroot-relativelinks.py | 35 if os.path.islink(filep):
|
/openbmc/openbmc/poky/scripts/contrib/ |
H A D | convert-spdx-licenses.py | 139 if os.path.islink(fn):
|
H A D | convert-variable-renames.py | 110 if os.path.islink(fn):
|
H A D | convert-srcuri.py | 71 if os.path.islink(fn):
|
H A D | convert-overrides.py | 149 if os.path.islink(fn):
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | license_image.bbclass | 190 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 D | compress_doc.bbclass | 179 if os.path.islink(file): 210 if os.path.islink(file):
|
/openbmc/openbmc/poky/meta/lib/oeqa/ |
H A D | targetcontrol.py | 38 if os.path.islink(sshloglink): 155 if os.path.islink(qemuloglink):
|
/openbmc/openbmc-tools/rootfs_size/ |
H A D | rootfs_size.py | 102 if not os.path.islink(filepath):
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | git.py | 443 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 D | hg.py | 227 if os.path.islink(ud.fullmirror):
|
/openbmc/linux/fs/smb/client/ |
H A D | dfs.c | 354 char *tree, bool islink, in tree_connect_dfs_target() argument 390 if (islink && !rc && cifs_sb) in tree_connect_dfs_target()
|
H A D | cifsproto.h | 708 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 D | misc.c | 1289 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 D | generate_schema_enums.py | 146 if os.path.islink(filepath):
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | uninative.bbclass | 87 if os.path.islink(tarballpath): 165 if os.path.islink(f):
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/ |
H A D | dlopen-deps.inc | 61 if cpath.islink(f):
|
/openbmc/qemu/tests/avocado/avocado_qemu/ |
H A D | linuxtest.py | 19 if os.path.islink(os.path.dirname(os.path.dirname(__file__))):
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | check | 34 if os.path.islink(sys.argv[0]):
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | sshcontrol.py | 153 if os.path.islink(localpath):
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | chrpath.bbclass | 109 if os.path.islink(fpath):
|