Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Dreaddir.c216 struct linux_dirent __user * current_dir; member
247 dirent = buf->current_dir; in filldir()
260 buf->current_dir = (void __user *)dirent + reclen; in filldir()
278 .current_dir = dirent in SYSCALL_DEFINE3()
291 lastdirent = (void __user *)buf.current_dir - buf.prev_reclen; in SYSCALL_DEFINE3()
304 struct linux_dirent64 __user * current_dir; member
329 dirent = buf->current_dir; in filldir64()
343 buf->current_dir = (void __user *)dirent + reclen; in filldir64()
361 .current_dir = dirent in SYSCALL_DEFINE3()
376 lastdirent = (void __user *) buf.current_dir - buf.prev_reclen; in SYSCALL_DEFINE3()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dtestexport.bbclass171 current_dir = os.getcwd()
180 os.chdir(current_dir)
/OK3568_Linux_fs/buildroot/utils/
H A Dscanpypi296 current_dir = os.getcwd()
314 os.chdir(current_dir)
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/rpm/
H A D__init__.py401 current_dir = os.getcwd()
417 os.chdir(current_dir)
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/ipk/
H A D__init__.py132 current_dir = os.getcwd()
153 os.chdir(current_dir)
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/deb/
H A D__init__.py151 current_dir = os.getcwd()
172 os.chdir(current_dir)
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c1557 struct dentry *current_dir; in rvu_dbg_cgx_stat_display() local
1561 current_dir = filp->file->f_path.dentry->d_parent; in rvu_dbg_cgx_stat_display()
1562 buf = strrchr(current_dir->d_name.name, 'c'); in rvu_dbg_cgx_stat_display()
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_test.c4637 char *current_dir = getcwd(NULL, 0); in setup_mount_dir() local
4638 char *mount_dir = concat_file_name(current_dir, "incfs-mount-dir"); in setup_mount_dir()
4640 free(current_dir); in setup_mount_dir()