Home
last modified time | relevance | path

Searched refs:file_append (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/scripts/
H A Drecordmcount.c58 static void *file_append; /* added to the end of the file */ variable
64 free(file_append); in file_append_cleanup()
65 file_append = NULL; in file_append_cleanup()
112 file_append = realloc(file_append, aoffset); in uwrite()
115 if (!file_append) { in uwrite()
133 memcpy(file_append + idx, buf + cnt, count - cnt); in uwrite()
344 n = write(fd_map, file_append, file_append_size); in write_file()
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dsystemd.bbclass110 def systemd_append_file(pkg_systemd, file_append):
112 if os.path.exists(oe.path.join(d.getVar("D"), file_append)):
115 if file_append not in files.split():
116 d.appendVar(var_name, " " + file_append)