Home
last modified time | relevance | path

Searched defs:dirs (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/app/forlinx/forlinx_cmd/
H A DMakefile17 dirs := $(shell find . -maxdepth 1 -type d) macro
18 dirs := $(basename $(patsubst ./%,%,$(dirs))) macro
19 dirs := $(filter-out $(exclude_dirs),$(dirs)) macro
/OK3568_Linux_fs/u-boot/fs/
H A Dfs.c44 struct fs_dir_stream *dirs; in fs_ls_generic() local
103 struct fs_dir_stream **dirs) in fs_opendir_unsupported()
441 struct fs_dir_stream *dirs = NULL; in fs_opendir() local
457 struct fs_dirent *fs_readdir(struct fs_dir_stream *dirs) in fs_readdir()
476 void fs_closedir(struct fs_dir_stream *dirs) in fs_closedir()
/OK3568_Linux_fs/app/QLauncher/
H A Dxdgdesktopfile.cpp223 void cleanAndAddPostfix(QStringList &dirs, const QString& postfix) in cleanAndAddPostfix()
914 const QFileInfoList dirs = dir.entryInfoList(QStringList(), QDir::Dirs | QDir::NoDotAndDotDot); in findDesktopFile() local
932 QStringList dirs = d.split(QLatin1Char(':'), QString::SkipEmptyParts); in findDesktopFile() local
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/ipk/
H A Drootfs.py164 def _multilib_sanity_test(self, dirs): argument
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Drootfs.py107 def _setup_dbg_rootfs(self, dirs): argument
/OK3568_Linux_fs/u-boot/fs/fat/
H A Dfat.c1175 int fat_readdir(struct fs_dir_stream *dirs, struct fs_dirent **dentp) in fat_readdir()
1198 void fat_closedir(struct fs_dir_stream *dirs) in fat_closedir()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/scripts/
H A Dsymbolize.py99 def __init__(self, out, dirs, strip_path): argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/scripts/
H A Dsymbolize.py99 def __init__(self, out, dirs, strip_path): argument
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-sta2x11.c27 u32 dirs; member
/OK3568_Linux_fs/external/recovery/
H A Drecovery.c565 char** dirs = malloc(d_alloc * sizeof(char*)); in sdcard_directory() local
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dbuild.py182 def exec_func(func, d, dirs = None): argument
H A Dcooker.py295 def add_filewatch(self, deps, watcher=None, dirs=False): argument
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/gradle/wrapper/
HDgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsymbol.c2112 struct strlist *dirs; in find_matching_kcore() local
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Ddevio.c472 static const char *dirs[] = {"out", "in"}; in snoop_urb() local