Home
last modified time | relevance | path

Searched refs:s_dir (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dexternalsrc.bbclass150 s_dir = d.getVar('S')
156 lnkfile = os.path.join(s_dir, symsplit[0])
171 git_exclude_file = os.path.join(s_dir, '.git/info/exclude')
208 s_dir = srcdir or d.getVar('EXTERNALSRC')
212 git_dir = os.path.join(s_dir,
213 …subprocess.check_output(['git', '-C', s_dir, 'rev-parse', '--git-dir'], stderr=subprocess.DEVNULL)…
230 subprocess.check_output(['git', 'add', '-A', '.'], cwd=s_dir, env=env)
231 … git_sha1 = subprocess.check_output(['git', 'write-tree'], cwd=s_dir, env=env).decode("utf-8")
232 …if os.path.exists(os.path.join(s_dir, ".gitmodules")) and os.path.getsize(os.path.join(s_dir, ".gi…
233 …t(["git", "config", "--file", ".gitmodules", "--get-regexp", "path"], cwd=s_dir, env=env).decode("…
[all …]
H A Dinsane.bbclass1335 s_dir = d.getVar('S')
1336 if src_uri and not os.path.exists(s_dir):
1337 …to point to where the source has been unpacked to' % (d.getVar('PN'), d.getVar('S', False), s_dir))
/OK3568_Linux_fs/kernel/sound/firewire/fireworks/
H A Dfireworks_stream.c15 enum amdtp_stream_direction s_dir; in init_stream() local
21 s_dir = AMDTP_IN_STREAM; in init_stream()
25 s_dir = AMDTP_OUT_STREAM; in init_stream()
32 err = amdtp_am824_init(stream, efw->unit, s_dir, CIP_BLOCKING); in init_stream()
/OK3568_Linux_fs/kernel/fs/adfs/
H A Ddir.c153 return ADFS_SB(sb)->s_dir->read(sb, indaddr, size, dir); in adfs_dir_read()
242 const struct adfs_dir_ops *ops = ADFS_SB(sb)->s_dir; in adfs_iterate()
277 const struct adfs_dir_ops *ops = ADFS_SB(sb)->s_dir; in adfs_dir_update()
351 const struct adfs_dir_ops *ops = ADFS_SB(sb)->s_dir; in adfs_dir_lookup_byname()
H A Dsuper.c426 asb->s_dir = &adfs_fplus_dir_ops; in adfs_fill_super()
429 asb->s_dir = &adfs_f_dir_ops; in adfs_fill_super()
H A Dadfs.h64 const struct adfs_dir_ops *s_dir; /* directory operations */ member
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dpath.py127 s_dir = src
130 s_dir = os.getcwd()
132 subprocess.check_output(cmd, shell=True, cwd=s_dir, stderr=subprocess.STDOUT)
/OK3568_Linux_fs/kernel/sound/firewire/oxfw/
H A Doxfw-stream.c155 enum amdtp_stream_direction s_dir; in init_stream() local
161 s_dir = AMDTP_IN_STREAM; in init_stream()
165 s_dir = AMDTP_OUT_STREAM; in init_stream()
172 err = amdtp_am824_init(stream, oxfw->unit, s_dir, CIP_NONBLOCKING); in init_stream()