Searched refs:srcname (Results 1 – 8 of 8) sorted by relevance
/openbmc/openbmc/poky/scripts/ |
H A D | cp-noerror | 26 srcname = os.path.join(src, name) 31 d = os.path.join(dstname, os.path.basename(srcname)) 35 os.link(srcname, dstname) 37 shutil.copy2(srcname, dstname) 43 errors.append((srcname, dstname, str(why)))
|
/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/ |
H A D | 0008-libtool-Avoid-relinking-when-cross-compiling-its-poi.patch | 45 srcname=$realname 46 - test -n "$relink_command" && srcname=${realname}T 47 + test "$fast_install" = no && test -n "$relink_command" && srcname="$realname"T 50 func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | package_rpm.bbclass | 34 def filter_nativesdk_deps(srcname, var): 35 if var and srcname.startswith("nativesdk-"): 40 def write_rpm_perfiledata(srcname, d): 55 deps = filter_nativesdk_deps(srcname, d.getVar(key) or "") 78 outdepends = workdir + "/" + srcname + ".requires" 88 outprovides = workdir + "/" + srcname + ".provides" 305 srcname = d.getVar('PN') 307 localdata.setVar('OVERRIDES', d.getVar("OVERRIDES", False) + ":" + srcname) 401 splitrdepends = filter_nativesdk_deps(srcname, splitrdepends) 404 if srcname == splitname: [all …]
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/dump/ |
H A D | phosphor-debug-collector_git.bb | 136 srcname = os.path.join(source_path, script) 137 install_dreport_user_script("dreport.conf", srcname, d)
|
/openbmc/linux/include/uapi/linux/ |
H A D | coda.h | 483 int srcname; member 522 int srcname; member
|
/openbmc/linux/fs/coda/ |
H A D | upcall.c | 249 inp->coda_rename.srcname = offset; in venus_rename() 422 inp->coda_symlink.srcname = offset; in venus_symlink()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | coda.rst | 812 char *srcname; 826 pathname srcname. The attributes of the newly created object are to 1064 char *srcname; 1076 Rename the object with name srcname in directory 1078 srcname and destname are 0 terminated strings. Strings in Unix
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 22869 +def testone(fileroot, srcname, es_file, md5_file, pix, dectype, vcodec, ffmpeg_exec): 22888 + names = srcname.split('/')
|