Home
last modified time | relevance | path

Searched refs:add_file (Results 1 – 25 of 38) sorted by relevance

12

/external/jsoncpp/
Damalgamate.py22 def add_file( self, relative_input_path, wrap_in_comment=False ): member in AmalgamationFile
63 header.add_file( "LICENSE", wrap_in_comment=True )
69 header.add_file( "include/json/version.h" )
70 header.add_file( "include/json/config.h" )
71 header.add_file( "include/json/forwards.h" )
72 header.add_file( "include/json/features.h" )
73 header.add_file( "include/json/value.h" )
74 header.add_file( "include/json/reader.h" )
75 header.add_file( "include/json/writer.h" )
76 header.add_file( "include/json/assertions.h" )
[all …]
/external/autotest/client/site_tests/p2p_ConsumeFiles/
Dp2p_ConsumeFiles.py142 cros_a.add_file('everyone', 1000)
143 cros_b.add_file('everyone', 10000)
144 cros_c.add_file('everyone', 20000)
146 cros_a.add_file('only-a', 5000)
148 cros_b.add_file('only-b', 8000)
/external/protobuf/src/google/protobuf/compiler/
Dplugin.cc74 CodeGeneratorResponse::File* file = response_->add_file(); in Open()
81 CodeGeneratorResponse::File* file = response_->add_file(); in OpenForInsert()
Dplugin.pb.h380 ::google::protobuf::compiler::CodeGeneratorResponse_File* add_file();
789 inline ::google::protobuf::compiler::CodeGeneratorResponse_File* CodeGeneratorResponse::add_file() { in add_file() function
/external/blktrace/btt/
Daqd.c48 add_file(ap->fp, oname); in aqd_alloc()
Dbno_dump.c41 add_file(fp, oname); in bno_dump_open()
Dlatency.c44 add_file(fp, strdup(oname)); in latency_open()
Dseek.c57 add_file(fp, oname); in seek_open()
230 add_file(sip->sps_fp, oname); in seeki_alloc()
Dplat.c47 add_file(pp->fp, oname); in plat_alloc()
Dmisc.c118 void add_file(FILE *fp, char *oname) in add_file() function
Dargs.c258 add_file(ofp, fname); in setup_ofile()
Dglobals.h246 void add_file(FILE *fp, char *oname);
/external/ltp/utils/ffsb-6.0-rc2/
Dfilelist.h83 struct ffsb_file *add_file(struct benchfiles *b, uint64_t size, randdata_t *rd);
Dmetaops.c46 newdir = add_file(dirs, 0, rd); in createdir()
Dfilelist.c121 struct ffsb_file *add_file(struct benchfiles *b, uint64_t size, randdata_t * rd) in add_file() function
Dffsb_fs.c131 cur = add_file(bf, size, &rd); in add_files()
/external/squashfs-tools/squashfs-tools/
Dmksquashfs.h158 extern void add_file(long long, long long, long long, unsigned int *, int,
Dread_fs.c289 add_file(start, inode.file_size, file_bytes, in scan_inode_table()
345 add_file(start, inode.file_size, file_bytes, in scan_inode_table()
/external/fio/
Dfile.h178 extern int add_file(struct thread_data *, const char *, int, int);
Dfilesetup.c1237 int add_file(struct thread_data *td, const char *fname, int numjob, int inc) in add_file() function
1333 return add_file(td, fname, 0, 1); in add_file_exclusive()
1446 add_file(td, full_path, 0, 1); in recurse_dir()
/external/openssh/
Dssh-add.c183 add_file(int agent_fd, const char *filename, int key_only) in add_file() function
453 if (add_file(agent_fd, file, key_only) == -1) in do_file()
/external/autotest/client/cros/netprotos/
Dcros_p2p.py40 def add_file(self, file_id, file_size, announce=False): member in CrosP2PDaemon
/external/selinux/python/sepolicy/sepolicy/
Dgenerate.py667 def add_file(self, file): member in policy
1281 self.add_file(fname)
1292 self.add_file(fname)
1306 self.add_file(fname)
1317 self.add_file("/var/run/%s.pid" % self.name)
1326 self.add_file("/var/log/%s.log" % self.name)
/external/toybox/toys/pending/
Dtar.c161 static void add_file(struct archive_handler *tar, char **nam, struct stat *st) in add_file() function
279 add_file(hdl, &path, &(node->st)); //path may be modified in add_to_tar()
/external/fio/engines/
Drbd.c472 add_file(td, td->o.filename ? : "rbd", 0, 0); in fio_rbd_setup()

12