Home
last modified time | relevance | path

Searched defs:filename (Results 1 – 25 of 562) sorted by relevance

12345678910>>...23

/external/bluetooth/glib/glib/
Dgstdio.c80 g_access (const gchar *filename, in g_access()
131 g_chmod (const gchar *filename, in g_chmod()
187 g_open (const gchar *filename, in g_open()
245 g_creat (const gchar *filename, in g_creat()
360 g_mkdir (const gchar *filename, in g_mkdir()
445 g_stat (const gchar *filename, in g_stat()
499 g_lstat (const gchar *filename, in g_lstat()
529 g_unlink (const gchar *filename) in g_unlink()
581 g_remove (const gchar *filename) in g_remove()
624 g_rmdir (const gchar *filename) in g_rmdir()
[all …]
/external/bluetooth/bluez/src/
Dstorage.c63 char filename[PATH_MAX + 1], *tmp; in read_device_alias() local
81 char filename[PATH_MAX + 1]; in write_device_alias() local
92 char filename[PATH_MAX + 1], str[32]; in write_discoverable_timeout() local
105 char filename[PATH_MAX + 1], *str; in read_discoverable_timeout() local
125 char filename[PATH_MAX + 1], str[32]; in write_pairable_timeout() local
138 char filename[PATH_MAX + 1], *str; in read_pairable_timeout() local
158 char filename[PATH_MAX + 1]; in write_device_mode() local
172 char filename[PATH_MAX + 1], *str; in read_device_mode() local
190 char filename[PATH_MAX + 1], *str; in read_on_mode() local
208 char filename[PATH_MAX + 1], str[249]; in write_local_name() local
[all …]
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
Dtest_failures.py78 def result_html_output(self, filename): argument
87 def relative_output_filename(self, filename, modifier): argument
119 def output_links(self, filename, out_names): argument
143 def result_html_output(self, filename): argument
155 def result_html_output(self, filename): argument
169 def result_html_output(self, filename): argument
187 def result_html_output(self, filename): argument
219 def result_html_output(self, filename): argument
231 def result_html_output(self, filename): argument
266 def result_html_output(self, filename): argument
/external/webkit/WebCore/platform/gtk/
DFileSystemGtk.cpp40 String filenameToString(const char* filename) in filenameToString()
86 gchar* filename = filenameFromString(path); in fileExists() local
99 gchar* filename = filenameFromString(path); in deleteFile() local
112 gchar* filename = filenameFromString(path); in deleteEmptyDirectory() local
124 gchar* filename = filenameFromString(path); in getFileSize() local
140 gchar* filename = filenameFromString(path); in getFileModificationTime() local
165 gchar* filename = filenameFromString(path); in makeAllDirectories() local
206 gchar* filename = filenameFromString(path); in listDirectory() local
228 gchar* filename = g_strdup_printf("%sXXXXXX", prefix); in openTemporaryFile() local
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/test_types/
Dtest_type_base.py85 def _make_output_directory(self, filename): argument
92 def _save_baseline_data(self, filename, data, modifier): argument
115 def output_filename(self, filename, modifier): argument
133 def compare_output(self, port, filename, output, test_args, target): argument
151 def write_output_files(self, port, filename, test_type, file_type, argument
Dtext_diff.py59 def get_normalized_expected_text(self, filename, show_sources): argument
70 def get_normalized_text(self, filename): argument
81 def compare_output(self, port, filename, output, test_args, target): argument
Dimage_diff.py71 def _save_baseline_files(self, filename, png_path, checksum): argument
85 def _create_image_diff(self, port, filename, target): argument
114 def compare_output(self, port, filename, output, test_args, target): argument
/external/expat/xmlwf/
Dxmlfile.c61 reportError(XML_Parser parser, const XML_Char *filename) in reportError()
78 const XML_Char *filename, void *args) in processFile()
139 const XML_Char *filename; in externalEntityRefFilemap() local
154 processStream(const XML_Char *filename, XML_Parser parser) in processStream()
206 const XML_Char *filename; in externalEntityRefStream() local
219 const XML_Char *filename, in XML_ProcessFile()
/external/chromium/net/disk_cache/
Dstorage_block_unittest.cc13 FilePath filename = GetCacheFilePath().AppendASCII("a_test"); in TEST_F() local
33 FilePath filename = GetCacheFilePath().AppendASCII("a_test"); in TEST_F() local
53 FilePath filename = GetCacheFilePath().AppendASCII("a_test"); in TEST_F() local
/external/chromium/base/
Devent_recorder_stubs.cc14 bool EventRecorder::StartRecording(const FilePath& filename) { in StartRecording()
21 bool EventRecorder::StartPlayback(const FilePath& filename) { in StartPlayback()
/external/ppp/pppd/plugins/radius/
Dconfig.c53 static int set_option_str(char *filename, int line, OPTION *option, char *p) in set_option_str()
63 static int set_option_int(char *filename, int line, OPTION *option, char *p) in set_option_int()
83 static int set_option_srv(char *filename, int line, OPTION *option, char *p) in set_option_srv()
133 static int set_option_auo(char *filename, int line, OPTION *option, char *p) in set_option_auo()
186 int rc_read_config(char *filename) in rc_read_config()
308 static int test_config(char *filename) in test_config()
/external/jdiff/src/jdiff/
DOptions.java171 String filename = options[i][1]; in validOptions() local
194 String filename = options[i][1]; in validOptions() local
216 String filename = options[i][1]; in validOptions() local
/external/dbus/dbus/
Ddbus-sysdeps-util-unix.c194 _dbus_write_pid_file (const DBusString *filename, in _dbus_write_pid_file()
318 _dbus_delete_directory (const DBusString *filename, in _dbus_delete_directory()
399 _dbus_path_is_absolute (const DBusString *filename) in _dbus_path_is_absolute()
416 _dbus_stat (const DBusString *filename, in _dbus_stat()
464 _dbus_directory_open (const DBusString *filename, in _dbus_directory_open()
525 DBusString *filename, in _dbus_directory_get_next_file()
739 _dbus_string_get_dirname (const DBusString *filename, in _dbus_string_get_dirname()
/external/protobuf/src/google/protobuf/compiler/
Dimporter.cc88 SingleFileErrorCollector(const string& filename, in SingleFileErrorCollector()
123 const string& filename, FileDescriptorProto* output) { in FindFileByName()
171 const string& filename, in AddError()
194 const FileDescriptor* Importer::Import(const string& filename) { in Import()
284 static bool ApplyMapping(const string& filename, in ApplyMapping()
398 io::ZeroCopyInputStream* DiskSourceTree::Open(const string& filename) { in Open()
438 const string& filename) { in OpenDiskFile()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc184 string StripProto(const string& filename) { in StripProto()
307 string FilenameIdentifier(const string& filename) { in FilenameIdentifier()
324 string GlobalAddDescriptorsName(const string& filename) { in GlobalAddDescriptorsName()
329 string GlobalAssignDescriptorsName(const string& filename) { in GlobalAssignDescriptorsName()
334 string GlobalShutdownFileName(const string& filename) { in GlobalShutdownFileName()
/external/clearsilver/java-jni/
DHDF.java62 public boolean readFile(String filename) throws IOException, in readFile()
70 protected String fileLoad(String filename) throws IOException, in fileLoad()
108 public boolean writeFile(String filename) throws IOException { in writeFile()
119 public boolean writeFileAtomic(String filename) throws IOException { in writeFileAtomic()
DCS.java54 public void parseFile(String filename) { in parseFile()
76 protected String fileLoad(String filename) throws IOException, in fileLoad()
115 private native void _parseFile(long ptr, String filename, in _parseFile()
/external/dropbear/
Dkeyimport.c67 int import_encrypted(const char* filename, int filetype) { in import_encrypted()
79 sign_key *import_read(const char *filename, char *passphrase, int filetype) { in import_read()
93 int import_write(const char *filename, sign_key *key, char *passphrase, in import_write()
108 static sign_key *dropbear_read(const char* filename) { in dropbear_read()
141 static int dropbear_write(const char*filename, sign_key * key) { in dropbear_write()
361 static struct openssh_key *load_openssh_key(const char *filename) in load_openssh_key()
494 static int openssh_encrypted(const char *filename) in openssh_encrypted()
509 static sign_key *openssh_read(const char *filename, char *passphrase) in openssh_read()
693 static int openssh_write(const char *filename, sign_key *key, in openssh_write()
Dsvr-authpubkey.c158 char * filename = NULL; in checkpubkey() local
263 char* filename = NULL; in checkpubkeyperms() local
312 static int checkfileperm(char * filename) { in checkfileperm()
Ddropbearkey.c96 char * filename = NULL; local
252 static void justprintpub(const char* filename) {
341 static void buf_writefile(buffer * buf, const char * filename) {
/external/v8/src/
Dutils.cc133 char* ReadCharsFromFile(const char* filename, in ReadCharsFromFile()
164 byte* ReadBytes(const char* filename, int* size, bool verbose) { in ReadBytes()
170 Vector<const char> ReadFile(const char* filename, in ReadFile()
199 int WriteChars(const char* filename, in WriteChars()
216 int WriteBytes(const char* filename, in WriteBytes()
/external/srec/srec/AcousticState/src/
DAcousticState.c39 …STICSTATE_API ESR_ReturnCode SR_AcousticStateLoad(SR_Recognizer* recognizer, const LCHAR* filename) in SR_AcousticStateLoad()
53 …STICSTATE_API ESR_ReturnCode SR_AcousticStateSave(SR_Recognizer* recognizer, const LCHAR* filename) in SR_AcousticStateSave()
/external/qemu/
Dtrace.h27 char *filename; member
46 char *filename; member
59 char *filename; member
70 char *filename; member
83 char *filename; member
94 char *filename; member
103 char *filename; member
/external/icu4c/tools/genrb/
Drbutil.c29 const char *filename) in get_dirname()
44 const char *filename) in get_basename()
/external/chromium/third_party/icu/source/tools/genrb/
Drbutil.c29 const char *filename) in get_dirname()
44 const char *filename) in get_basename()

12345678910>>...23