Searched defs:add_file (Results 1 - 10 of 10) sorted by relevance

/external/jsoncpp/
H A Damalgamate.py22 def add_file( self, relative_input_path, wrap_in_comment=False ): member in class: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( "includ
[all...]
/external/autotest/client/cros/netprotos/
H A Dcros_p2p.py40 def add_file(self, file_id, file_size, announce=False): member in class:CrosP2PDaemon
/external/blktrace/btt/
H A Dmisc.c118 void add_file(FILE *fp, char *oname) function
/external/openssh/
H A Dssh-add.c183 add_file(int agent_fd, const char *filename, int key_only) function
453 if (add_file(agent_fd, file, key_only) == -1)
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.h346 inline ::google::protobuf::compiler::CodeGeneratorResponse_File* add_file();
864 inline ::google::protobuf::compiler::CodeGeneratorResponse_File* CodeGeneratorResponse::add_file() { function in class:google::protobuf::compiler::CodeGeneratorResponse
/external/fio/
H A Dfilesetup.c1237 int add_file(struct thread_data *td, const char *fname, int numjob, int inc) function
1333 return add_file(td, fname, 0, 1);
1446 add_file(td, full_path, 0, 1);
/external/toybox/toys/pending/
H A Dtar.c161 static void add_file(struct archive_handler *tar, char **nam, struct stat *st) function
279 add_file(hdl, &path, &(node->st)); //path may be modified
/external/selinux/policycoreutils/sepolicy/sepolicy/
H A Dgenerate.py662 def add_file(self, file): member in class:policy
1272 self.add_file(fname)
1283 self.add_file(fname)
1297 self.add_file(fname)
1308 self.add_file("/var/run/%s.pid" % self.name)
1317 self.add_file("/var/log/%s.log" % self.name)
/external/squashfs-tools/squashfs-tools/
H A Dmksquashfs.c1858 void add_file(long long start, long long file_size, long long file_bytes, function
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h216 inline ::google::protobuf::FileDescriptorProto* add_file();
2911 inline ::google::protobuf::FileDescriptorProto* FileDescriptorSet::add_file() { function in class:google::protobuf::FileDescriptorSet

Completed in 400 milliseconds