| /OK3568_Linux_fs/kernel/tools/testing/selftests/ntb/ |
| H A D | ntb_test.sh | 109 function write_file() function 184 if ! write_file "N" "$LOC/../link" 2> /dev/null; then 189 write_file "N" "$LOC/link_event" 196 write_file "Y" "$LOC/../link" 211 write_file "c $DB_VALID_MASK" "$REM/db" 224 write_file "s $MASK" "$LOC/peer_db" 227 write_file "c $DB_VALID_MASK" "$REM/db_mask" 228 write_file $DB_VALID_MASK "$REM/db_event" 229 write_file "s $DB_VALID_MASK" "$REM/db_mask" 231 write_file "c $DB_VALID_MASK" "$REM/db" [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | ftools.py | 9 def write_file(path, data): function 50 write_file(path, "\n".join(contents))
|
| H A D | commands.py | 218 ftools.write_file(postconfig_file, postconfig)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/mount/ |
| H A D | nosymfollow-test.c | 85 static void write_file(char *filename, char *fmt, ...) in write_file() function 103 write_file("/proc/self/uid_map", "0 %d 1", uid); in create_and_enter_ns() 104 write_file("/proc/self/gid_map", "0 %d 1", gid); in create_and_enter_ns()
|
| H A D | unprivileged-remount-test.c | 105 static void write_file(char *filename, char *fmt, ...) in write_file() function 168 write_file("/proc/self/uid_map", "0 %d 1", uid); in create_and_enter_userns() 169 write_file("/proc/self/gid_map", "0 %d 1", gid); in create_and_enter_userns()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/ |
| H A D | case.py | 179 ftools.write_file(dest_path, data) 207 ftools.write_file(inc_file, data) 235 ftools.write_file(self.testinc_bblayers_path, data) 250 ftools.write_file(self.machineinc_path, data)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/capabilities/ |
| H A D | test_execve.c | 80 static void write_file(char *filename, char *fmt, ...) in write_file() function 124 write_file("/proc/self/uid_map", "%d %d 1", inner_uid, outer_uid); in create_and_enter_ns() 125 write_file("/proc/self/gid_map", "0 %d 1", outer_gid); in create_and_enter_ns()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/safesetid/ |
| H A D | safesetid-test.c | 83 static bool write_file(char *filename, char *fmt, ...) in write_file() function 197 success = write_file(map_file_name, "0 0 1", uid); in test_userns()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | signing.py | 14 from oeqa.utils.ftools import write_file 213 write_file(recipe_append_path, feature)
|
| H A D | bbtests.py | 193 ftools.write_file(preconf ,"TEST_PREFILE=\"prefile\"") 203 ftools.write_file(postconf , "TEST_POSTFILE=\"postfile\"") 292 ftools.write_file(recipe_append_path, feature)
|
| H A D | buildoptions.py | 123 ftools.write_file(dummy_layer_conf_path, dummy_layer_content)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | io.hpp | 16 void write_file(const std::string &filename, const std::string &data);
|
| H A D | io.cpp | 17 void write_file(const std::string &filename, const std::string &data) { in write_file() function
|
| /OK3568_Linux_fs/kernel/tools/accounting/ |
| H A D | getdelays.c | 277 int write_file = 0; in main() local 314 write_file = 1; in main() 376 if (write_file) { in main()
|
| /OK3568_Linux_fs/kernel/fs/hostfs/ |
| H A D | hostfs.h | 82 extern int write_file(int fd, unsigned long long *offset, const char *buf,
|
| H A D | hostfs_user.c | 135 int write_file(int fd, unsigned long long *offset, const char *buf, int len) in write_file() function
|
| H A D | hostfs_kern.c | 413 err = write_file(HOSTFS_I(inode)->fd, &base, buffer, count); in hostfs_writepage() 483 err = write_file(FILE_HOSTFS_I(file)->fd, &pos, buffer + from, copied); in hostfs_write_end()
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | __init__.py | 283 def write_file(path, data): function 309 write_file(path, "\n".join(new_contents))
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | recordmcount.c | 317 static int write_file(const char *fname) in write_file() function 619 rc = write_file(fname); in do_file()
|
| H A D | resource_tool.c | 1409 static int write_file(int offset_block, const char *src_path, in write_file() function 1492 if (write_file(offset, files[i], hash, sizeof(hash)) < 0) in write_index_tbl()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | khugepaged.c | 144 static int write_file(const char *path, const char *buf, size_t buflen) in write_file() function 217 if (!write_file(path, val, strlen(val) + 1)) { in write_string() 257 if (!write_file(path, buf, strlen(buf) + 1)) { in write_num()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/ |
| H A D | program.hpp | 90 util::write_file(*cachePath, binaryProgram->serialize()); in createProgram()
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtbase/ |
| H A D | 0001-Add-linux-oe-g-platform.patch | 67 write_file($$QMAKE_CONFIG_LOG, msg, append)
|
| /OK3568_Linux_fs/u-boot/tools/rockchip/ |
| H A D | resource_tool.c | 1409 static int write_file(int offset_block, const char *src_path, in write_file() function 1492 if (write_file(offset, files[i], hash, sizeof(hash)) < 0) in write_index_tbl()
|
| /OK3568_Linux_fs/kernel/fs/unicode/ |
| H A D | mkutf8data.c | 3275 static void write_file(void) in write_file() function 3416 write_file(); in main()
|