| /OK3568_Linux_fs/kernel/tools/testing/selftests/ntb/ |
| H A D | ntb_test.sh | 99 function read_file() function 147 PEER_PORT=$(read_file "${PEER_DIR}/port") 164 LOCAL_PORT=$(read_file "$LOC/port") 165 REMOTE_PORT=$(read_file "$REM/port") 191 if [[ $(read_file "$REM/link") != "N" ]]; then 209 DB_VALID_MASK=$(read_file "$LOC/db_valid_mask") 214 DB=$(read_file "$REM/db") 268 RVAL=$(read_file "$REM/../spad$i") 293 MSG_OUTBITS_MASK=$(read_file "$LOC/../msg_inbits") 294 MSG_INBITS_MASK=$(read_file "$REM/../msg_inbits") [all …]
|
| /OK3568_Linux_fs/buildroot/package/libaacs/ |
| H A D | 0001-read_file.h-include-sys-types.h.patch | 4 Subject: [PATCH] read_file.h: include sys/types.h 12 src/devtools/read_file.h:24:44: error: unknown type name ‘off_t’ 19 src/devtools/read_file.h | 1 + 22 diff --git a/src/devtools/read_file.h b/src/devtools/read_file.h 24 --- a/src/devtools/read_file.h 25 +++ b/src/devtools/read_file.h
|
| /OK3568_Linux_fs/u-boot/test/py/tests/ |
| H A D | test_fit.py | 136 def read_file(fname): function 271 expected_data = read_file(expected_fname) 272 actual_data = read_file(actual_fname) 283 expected_data = read_file(expected_fname) 284 actual_data = read_file(actual_fname) 375 data = read_file(fit)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | layerappend.py | 87 data = ftools.read_file(stagingdir + "/appendtest.txt") 91 data = ftools.read_file(stagingdir + "/appendtest.txt") 96 data = ftools.read_file(stagingdir + "/appendtest.txt")
|
| H A D | buildoptions.py | 26 log_data_created = ftools.read_file(log_data_file) 31 log_data_removed = ftools.read_file(log_data_file)
|
| H A D | bbtests.py | 105 man_split_content = ftools.read_file(man_split_file) 129 self.assertIn(recipe, ftools.read_file(os.path.join(self.builddir, 'task-depends.dot')))
|
| H A D | prservice.py | 24 package_data = ftools.read_file(package_data_file)
|
| H A D | bblayers.py | 48 contents = ftools.read_file(bb_file)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | ftools.py | 25 def read_file(path): function 36 rdata = read_file(path)
|
| /OK3568_Linux_fs/kernel/scripts/basic/ |
| H A D | fixdep.c | 261 static void *read_file(const char *filename) in read_file() function 361 buf = read_file(m); in parse_dep_file() 399 buf = read_file(depfile); in main()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/ |
| H A D | case.py | 56 not in ftools.read_file(os.path.join(cls.builddir, "conf/local.conf")): 62 not in ftools.read_file(os.path.join(cls.builddir, "conf/bblayers.conf")): 70 in ftools.read_file(os.path.join(cls.builddir, "conf/local.conf")): 76 in ftools.read_file(os.path.join(cls.builddir, "conf/bblayers.conf")):
|
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | video.c | 239 static int read_file(struct unit_test_state *uts, const char *fname, in read_file() function 267 ut_assertok(read_file(uts, "tools/logos/denx.bmp", &addr)); in dm_test_video_bmp() 283 ut_assertok(read_file(uts, "tools/logos/denx-comp.bmp", &addr)); in dm_test_video_bmp_comp()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | io.hpp | 17 std::string read_file(const std::string &filename);
|
| H A D | io.cpp | 27 std::string read_file(const std::string &filename) { in read_file() function
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | module-base.bbclass | 16 export KERNEL_VERSION = "${@oe.utils.read_file('${STAGING_KERNEL_BUILDDIR}/kernel-abiversion')}"
|
| /OK3568_Linux_fs/kernel/fs/hostfs/ |
| H A D | hostfs.h | 81 extern int read_file(int fd, unsigned long long *offset, char *buf, int len);
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | insert-sys-cert.c | 228 static char *read_file(char *file_name, int *size) in read_file() function 310 cert = read_file(cert_file, &cert_size); in main()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/ |
| H A D | local_file_source.cpp | 50 response.data = std::make_shared<std::string>(util::read_file(path)); in request()
|
| H A D | asset_file_source.cpp | 48 response.data = std::make_shared<std::string>(util::read_file(path)); in request()
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | __init__.py | 277 def read_file(path): function 294 rdata = read_file(path)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | khugepaged.c | 123 static int read_file(const char *path, char *buf, size_t buflen) in read_file() function 174 if (!read_file(path, buf, sizeof(buf))) { in read_string() 235 ret = read_file(path, buf, sizeof(buf)); in read_num()
|
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/ |
| H A D | libtraceevent-parse_head.txt | 44 buf = read_file("/sys/kernel/tracing/events/header_page", &size);
|
| H A D | libtraceevent-parse_event.txt | 48 buf = read_file("/sys/kernel/tracing/events/ftrace/print/format", &size);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | read-md.h | 163 bool read_file (const char *filename);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | read-md.h | 163 bool read_file (const char *filename);
|