Searched defs:filename (Results 126 - 150 of 1342) sorted by relevance

1234567891011>>

/external/kernel-headers/original/uapi/linux/
H A Dbcm933xx_hcs.h18 char filename[64]; member in struct:bcm_hcs
/external/libmtp/examples/
H A Dsendfile.c46 fprintf(stderr, "usage: sendfile <local filename> <remote filename>\n");
52 char *filename; local
66 filename = basename(from_path);
75 genfile->filename = strdup(filename);
76 genfile->filetype = find_filetype (filename);
/external/libnfc-nci/src/adaptation/
H A DCrcChecksum.cpp93 ** filename: file name.
98 BOOLEAN crcChecksumVerifyIntegrity (const char* filename) argument
100 ALOGD ("%s: filename=%s", __FUNCTION__, filename);
102 int fileStream = open (filename, O_RDONLY);
/external/libsepol/tests/
H A Dhelpers.c37 char filename[PATH_MAX]; local
40 if (snprintf(filename, PATH_MAX, "policies/%s/%s.mls", test_name, policy_name) < 0) {
44 if (snprintf(filename, PATH_MAX, "policies/%s/%s.std", test_name, policy_name) < 0) {
57 if (read_source_policy(p, filename, test_name)) {
58 fprintf(stderr, "failed to read policy %s\n", filename);
/external/libvorbis/test/
H A Dtest.c50 char filename [64] ; local
51 snprintf (filename, sizeof (filename), "vorbis_%dch_q%.1f_%u.ogg", ch,q*10,sample_rates [k]);
53 printf (" %-20s : ", filename);
59 write_vorbis_data_or_die (filename, sample_rates [k], q, data_out, ARRAY_LEN (data_out),ch);
60 read_vorbis_data_or_die (filename, sample_rates [k], data_in, ARRAY_LEN (data_in));
66 remove (filename);
/external/libvpx/libvpx/
H A Dvideo_reader.c29 VpxVideoReader *vpx_video_reader_open(const char *filename) { argument
32 FILE *const file = fopen(filename, "rb");
H A Dvideo_writer.c34 VpxVideoWriter *vpx_video_writer_open(const char *filename, argument
39 FILE *const file = fopen(filename, "wb");
/external/libxml2/include/libxml/
H A DdebugXML.h114 char *filename; member in struct:_xmlShellCtxt
161 char *filename,
174 char *filename,
179 char *filename,
206 char *filename,
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dopen-syscall-tp-fields.c19 const char *filename = "/etc/passwd"; local
65 open(filename, flags);
/external/llvm/include/llvm/Support/
H A DFileUtilities.h37 /// If an exception is thrown from a region, the object removes the filename
46 explicit FileRemover(const Twine& filename, bool deleteIt = true) argument
48 filename.toVector(Filename);
61 void setFile(const Twine& filename, bool deleteIt = true) { argument
68 filename.toVector(Filename);
/external/llvm/test/Bindings/Ocaml/
H A Dipo_opts.ml32 let filename = Sys.argv.(1) var
33 let m = create_module context filename
/external/mesa3d/src/gallium/targets/graw-null/
H A Dgraw_util.c80 const char *filename)
82 if (!filename || !*filename) {
83 filename = out_filename;
84 if (!filename || !*filename) {
91 debug_dump_surface_bmp(pipe, filename, surface);
78 graw_save_surface_to_file(struct pipe_context *pipe, struct pipe_surface *surface, const char *filename) argument
/external/openfst/src/include/fst/extensions/far/
H A Dcreate.h72 char* filename = new char[inputs[i].size() + 1]; local
73 strcpy(filename, inputs[i].c_str());
74 key = basename(filename);
75 delete[] filename;
/external/openfst/src/script/
H A Dtext-io.cc32 const string& filename,
34 ifstream strm(filename.c_str());
36 LOG(ERROR) << "ReadPotentials: Can't open file: " << filename;
53 << "file = " << filename << ", line = " << nline;
57 ssize_t s = StrToInt64(col[0], filename, nline, false);
68 bool WritePotentials(const string& filename, argument
71 if (!filename.empty()) {
72 strm = new ofstream(filename.c_str());
74 LOG(ERROR) << "WritePotentials: Can't open file: " << filename;
86 << (filename
31 ReadPotentials(const string &weight_type, const string& filename, vector<WeightClass>* potential) argument
[all...]
/external/oprofile/daemon/
H A Dopd_stats.c25 * print_if - print an integer value read from file filename,
28 static void print_if(char const * fmt, char const * path, char const * filename, int force) argument
30 int value = opd_read_fs_int(path, filename, 0);
/external/oprofile/libpp/
H A Dparse_filename.h3 * Split a sample filename into its constituent parts
39 * the original sample filename from which the
42 std::string filename; member in struct:parsed_filename
52 * parse a sample filename
53 * @param filename in: a sample filename
56 * filename is split into constituent parts, the lib_image is optional
62 parsed_filename parse_filename(std::string const & filename,
H A Dpopulate.cpp42 // A bit ugly but we must accept silently empty sample filename
102 string filename = local
105 check_mtime(filename, header);
/external/oprofile/libutil++/
H A Dbfd_support.h94 * @param filename path to valid debug file
136 /// filename
137 std::string filename; member in struct:linenr_info
143 * Attempt to locate a filename + line number for the given symbol and
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_Object.cpp9 void *CJBig2_Object::operator new(size_t size, CJBig2_Module *pModule, FX_LPCSTR filename, int line) argument
16 void CJBig2_Object::operator delete(void *p, CJBig2_Module *pModule, FX_LPCSTR filename, int line) argument
36 FX_LPCSTR filename, int line)
49 FX_LPCSTR filename, int line)
35 operator new[](size_t size, CJBig2_Module *pModule, size_t unit_size, FX_LPCSTR filename, int line) argument
48 operator delete[](void *p, CJBig2_Module *pModule, size_t unit_size, FX_LPCSTR filename, int line) argument
/external/ppp/pppd/plugins/radius/
H A Dclientid.c34 int rc_read_mapfile(char *filename) argument
42 if ((mapfd = fopen(filename,"r")) == NULL)
44 error("rc_read_mapfile: can't read %s: %s", filename, strerror(errno));
81 error("rc_read_mapfile: malformed line in %s, line %d", filename, lnr);
/external/protobuf/src/google/protobuf/compiler/
H A Dcode_generator.cc48 const string& filename, const string& insertion_point) {
47 OpenForInsert( const string& filename, const string& insertion_point) argument
/external/protobuf/src/google/protobuf/
H A Dmessage_unittest.cc108 string filename = TestSourceDir() + local
110 int file = open(filename.c_str(), O_RDONLY | O_BINARY);
120 string filename = local
123 int file = open(filename.c_str(), O_RDONLY | O_BINARY);
/external/qemu/distrib/ext4_utils/src/
H A Dcontents.h23 const char *filename; member in struct:dentry
38 u32 make_file(const char *filename, u64 len);
/external/qemu/
H A Dlog-rotate-android.c55 static FILE* rotate_log(FILE* old_log_fd, const char* filename) { argument
64 if (!filename) {
65 fprintf(stderr, "The log filename to be rotated is not provided");
69 new_log_fd = fopen(filename , "wb+");
72 filename);
/external/sepolicy/tools/sepolicy-analyze/
H A Dutils.c25 int load_policy(char *filename, policydb_t * policydb, struct policy_file *pf) argument
32 fd = open(filename, O_RDONLY);
34 fprintf(stderr, "Can't open '%s': %s\n", filename, strerror(errno));
38 fprintf(stderr, "Can't stat '%s': %s\n", filename, strerror(errno));
44 fprintf(stderr, "Can't mmap '%s': %s\n", filename, strerror(errno));

Completed in 572 milliseconds

1234567891011>>