Searched refs:filename (Results 1 - 25 of 851) sorted by relevance

1234567891011>>

/external/dropbear/
H A Dkeyimport.h37 int import_write(const char *filename, sign_key *key, char *passphrase,
39 sign_key *import_read(const char *filename, char *passphrase, int filetype);
40 int import_encrypted(const char* filename, int filetype);
/external/e2fsprogs/tests/progs/
H A Dhold_inode.c24 char *filename; local
30 filename = argv[1];
31 if (stat(filename, &statbuf) < 0) {
32 perror(filename);
36 if (!opendir(filename)) {
37 perror(filename);
41 if (open(filename, O_RDONLY) < 0) {
42 perror(filename);
/external/bluetooth/glib/glib/
H A Dgstdio.h50 int g_access (const gchar *filename,
55 int g_unlink (const gchar *filename);
57 int g_rmdir (const gchar *filename);
71 int g_access (const gchar *filename,
74 int g_chmod (const gchar *filename,
77 int g_open (const gchar *filename,
81 int g_creat (const gchar *filename,
87 int g_mkdir (const gchar *filename,
92 int g_stat (const gchar *filename,
95 int g_lstat (const gchar *filename,
[all...]
/external/webkit/WebCore/platform/gtk/
H A DKURLGtk.cpp31 gchar* filename = g_filename_from_uri(m_string.utf8().data(), 0, 0); local
32 if (!filename)
35 String path = filenameToString(filename);
36 g_free(filename);
H A DFileSystemGtk.cpp40 String filenameToString(const char* filename) argument
42 if (!filename)
46 return String::fromUTF8(filename);
48 gchar* escapedString = g_uri_escape_string(filename, "/:", false);
70 gchar* filename = filenameFromString(string);
71 gchar* display = g_filename_to_utf8(filename, 0, 0, 0, 0);
72 g_free(filename);
86 gchar* filename = filenameFromString(path); local
88 if (filename) {
89 result = g_file_test(filename, G_FILE_TEST_EXIST
99 gchar* filename = filenameFromString(path); local
112 gchar* filename = filenameFromString(path); local
124 gchar* filename = filenameFromString(path); local
140 gchar* filename = filenameFromString(path); local
165 gchar* filename = filenameFromString(path); local
206 gchar* filename = filenameFromString(path); local
228 gchar* filename = g_strdup_printf("%sXXXXXX", prefix); local
[all...]
H A DSharedBufferGtk.cpp35 gchar* filename = filenameFromString(filePath);
39 if (!g_file_get_contents(filename, &contents, &size, &error)) {
42 g_free(filename);
47 g_free(filename);
/external/webkit/WebCore/loader/mac/
H A DLoaderNSURLExtras.mm54 // Get the filename from the URL. Try the lastPathComponent first.
56 NSString *filename = filenameByFixingIllegalCharacters(lastPathComponent);
59 if ([filename length] == 0 || [lastPathComponent isEqualToString:@"/"]) {
62 filename = filenameByFixingIllegalCharacters(host);
63 if ([filename length] == 0) {
64 // Can't make a filename using this URL, use "unknown".
65 filename = copyImageUnknownFileLabel();
69 // For example, if the filename ends up being the host, we wouldn't want to correct ".com" in "www.apple.com".
70 extension = [filename pathExtension];
73 // No mime type reported. Just return the filename w
[all...]
/external/bluetooth/glib/gio/fen/
H A Dfen-helper.h30 void fen_add (const gchar *filename, gpointer sub, gboolean is_mondir);
31 void fen_remove (const gchar *filename, gpointer sub, gboolean is_mondir);
/external/chromium/base/
H A Devent_recorder_stubs.cc14 bool EventRecorder::StartRecording(const FilePath& filename) { argument
21 bool EventRecorder::StartPlayback(const FilePath& filename) { argument
/external/chromium/third_party/icu/source/tools/genrb/
H A Drbutil.h23 void get_dirname(char *dirname, const char *filename);
24 void get_basename(char *basename, const char *filename);
H A Drbutil.c29 const char *filename)
31 const char *lastSlash = uprv_strrchr(filename, U_FILE_SEP_CHAR) + 1;
33 if(lastSlash>filename) {
34 uprv_strncpy(dirname, filename, (lastSlash - filename));
35 *(dirname + (lastSlash - filename)) = '\0';
44 const char *filename)
47 const char *lastSlash = uprv_strrchr(filename, U_FILE_SEP_CHAR) + 1;
50 if(lastSlash>filename) {
53 uprv_strcpy(basename, filename);
28 get_dirname(char *dirname, const char *filename) argument
43 get_basename(char *basename, const char *filename) argument
[all...]
/external/dropbear/libtommath/
H A Dgen.pl9 foreach my $filename (glob "bn*.c") {
10 open( SRC, "<$filename" ) or die "Couldn't open $filename for reading: $!";
11 print OUT "/* Start: $filename */\n";
13 print OUT "\n/* End: $filename */\n\n";
14 close SRC or die "Error closing $filename after reading: $!";
H A Ddep.pl13 foreach my $filename (glob "bn*.c") {
14 my $define = $filename;
16 print "Processing $filename\n";
18 # convert filename to upper case so we can use it as a define
25 open(SRC, "<$filename");
47 unlink($filename);
48 rename("tmp", $filename);
54 foreach my $filename (glob "bn*.c") {
55 open(SRC, "<$filename") or die "Can't open source file!\n";
57 # convert filename t
[all...]
/external/icu4c/tools/genrb/
H A Drbutil.h23 void get_dirname(char *dirname, const char *filename);
24 void get_basename(char *basename, const char *filename);
H A Drbutil.c29 const char *filename)
31 const char *lastSlash = uprv_strrchr(filename, U_FILE_SEP_CHAR) + 1;
33 if(lastSlash>filename) {
34 uprv_strncpy(dirname, filename, (lastSlash - filename));
35 *(dirname + (lastSlash - filename)) = '\0';
44 const char *filename)
47 const char *lastSlash = uprv_strrchr(filename, U_FILE_SEP_CHAR) + 1;
50 if(lastSlash>filename) {
53 uprv_strcpy(basename, filename);
28 get_dirname(char *dirname, const char *filename) argument
43 get_basename(char *basename, const char *filename) argument
[all...]
/external/srec/srec/Session/include/
H A DSR_Session.h41 * @param filename File to read session information from
45 SREC_SESSION_API ESR_ReturnCode SR_SessionCreate(const LCHAR* filename);
/external/webkit/WebCore/storage/
H A DOriginUsageRecord.h55 DatabaseEntry(const String& filename) : filename(filename) { } argument
56 DatabaseEntry(const String& filename, unsigned long long size) : filename(filename), size(size) { } argument
57 String filename; member in struct:WebCore::OriginUsageRecord::DatabaseEntry
/external/bluetooth/bluez/test/
H A Dtest-textfile.c44 char filename[] = "/tmp/textfile"; local
52 fd = creat(filename, 0644);
62 str = textfile_get(filename, key);
64 err = truncate(filename, 0);
68 if (textfile_del(filename, key) < 0)
72 if (textfile_put(filename, key, value) < 0)
75 str = textfile_get(filename, key);
82 if (textfile_put(filename, key, value) < 0)
85 if (textfile_put(filename, key, value) < 0)
88 if (textfile_put(filename, ke
[all...]
/external/chromium/third_party/icu/source/tools/toolutil/
H A Dpkg_genc.h19 writeCCode(const char *filename, const char *destdir, const char *optName, const char *optFilename, char *outFilePath);
22 writeAssemblyCode(const char *filename, const char *destdir, const char *optEntryPoint, const char *optFilename, char *outFilePath);
25 writeObjectCode(const char *filename, const char *destdir, const char *optEntryPoint, const char *optMatchArch, const char *optFilename, char *outFilePath);
/external/clearsilver/scripts/
H A Dcommitlog.py58 filename = os.path.join(PATH,"%s.summary" % module)
59 os.system('co -f -q -l %s %s,v' % (filename,filename))
62 fps = open(filename,"a+")
74 os.system('ci -q -m"none" %s %s,v' % (filename,filename))
78 filename = os.path.join(PATH,"%s" % module)
79 os.system('co -f -q -l %s %s,v' % (filename,filename))
80 fp = open(filename,"
[all...]
/external/icu4c/tools/toolutil/
H A Dpkg_genc.h19 writeCCode(const char *filename, const char *destdir, const char *optName, const char *optFilename, char *outFilePath);
22 writeAssemblyCode(const char *filename, const char *destdir, const char *optEntryPoint, const char *optFilename, char *outFilePath);
25 writeObjectCode(const char *filename, const char *destdir, const char *optEntryPoint, const char *optMatchArch, const char *optFilename, char *outFilePath);
/external/clearsilver/java-jni/
H A DCSFileLoader.java17 * @param filename the name of the file that should be loaded.
20 public String load(HDF hdf, String filename) throws IOException; argument
/external/expat/xmlwf/
H A Dxmlfile.h19 const XML_Char *filename,
/external/grub/util/
H A Dmbchk.c56 check_multiboot (const char *filename, FILE *fp) argument
64 fprintf (stderr, "%s: Read error.\n", filename);
81 fprintf (stderr, "%s: No Multiboot header.\n", filename);
87 filename, i);
94 filename, mbh->checksum);
103 filename, mbh->flags);
110 filename, (mbh->flags & 0x1)? "on" : "off");
112 filename, (mbh->flags & 0x2)? "on" : "off");
114 filename, (mbh->flags & 0x10000)? "on" : "off");
125 filename, mb
[all...]
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/test_types/
H A Dtest_type_base.py85 def _make_output_directory(self, filename):
87 filename."""
89 self._port.relative_test_filename(filename))
92 def _save_baseline_data(self, filename, data, modifier):
99 filename: path to the test file
104 self._port.relative_test_filename(filename))
107 output_file = os.path.basename(os.path.splitext(filename)[0] +
115 def output_filename(self, filename, modifier):
116 """Returns a filename inside the output dir that contains modifier.
118 For example, if filename i
[all...]

Completed in 226 milliseconds

1234567891011>>