| /bootable/recovery/applypatch/ |
| bsdiff.c | 5 * you may not use this file except in compliance with the License. 239 FILE * pf; 257 /* Create the patch file */ 265 24 8 length of new file */ 266 /* File is 397 /* Seek to the beginning, write the header, and close the file */
|
| /device/moto/stingray/whisper/ |
| Whisper_AccyMain.c | 131 FILE *logFp = NULL;
|
| /external/bison/lib/ |
| hash.c | 230 hash_print_statistics (const Hash_table *table, FILE *stream)
|
| /external/blktrace/btreplay/ |
| btrecord.c | 45 * Per input file information 48 * @devnm: Device name portion of this input file 49 * @file_name: Fully qualified name for this input file 50 * @cpu: CPU that this file was collected on 51 * @ifd: Input file descriptor (when opened) 77 * Per output file information 79 * @ofp: Output file 80 * @vfp: Verbose output file 81 * @file_name: Fully qualified name for this file 82 * @vfn: Fully qualified name for this file [all...] |
| /external/bluetooth/bluez/compat/ |
| pand.c | 505 FILE *f; 511 /* Try to open the file for read. */ 523 * deleting the pid file for the already-running instance. 541 /* No such pid; remove the bogus pid file. */ 546 /* Got it. Don't mess with the pid file on 625 "\t--pidfile -P <pidfile> Create PID file\n"
|
| /external/bluetooth/glib/gio/xdgmime/ |
| xdgmime.c | 1 /* -*- mode: C; c-file-style: "gnu" -*- */ 299 * checked. If it has a different mtime, or if the file doesn't exist, it 310 /* If the file exists */ 348 /* Check the mime.cache file */ 363 /* Check the globs file */ 374 /* Check the magic file */ 492 FILE *file; local 535 file = fopen (file_name, "r"); 536 if (file == NULL [all...] |
| /external/bsdiff/ |
| bsdiff.c | 212 FILE * pf; 248 /* Create the patch file */ 256 24 8 length of new file */ 257 /* File is 388 /* Seek to the beginning, write the header, and close the file */
|
| /external/chromium/base/ |
| logging.cc | 3 // found in the LICENSE file. 38 typedef FILE* FileHandle; 75 // InitLogging is not called. On Windows, use a file next to the exe; 87 // Which log file to use? This is initialized by InitLogging or 97 // this file is lazily opened and the handle may be NULL 281 // The lock is used if log file locking is false. It helps us avoid problems 282 // with multiple threads writing to the log file at the same time. Use 313 // and can be used for writing. Returns false if the file could not be 320 // Nobody has called InitLogging to specify a debug log file, so here we 321 // initialize the log file name to a default [all...] |
| process_util_linux.cc | 3 // found in the LICENSE file. 77 // Use /proc/<pid>/task to find all threads and parse their /stat file. 208 FILE *fp = fopen(buf, "r"); 470 // To have /proc/self/io file you must enable CONFIG_TASK_IO_ACCOUNTING
|
| /external/chromium/chrome/browser/extensions/ |
| extension_menu_manager_unittest.cc | 3 // found in the LICENSE file. 36 file_thread_(BrowserThread::FILE, &message_loop_),
|
| /external/chromium/chrome/browser/importer/ |
| firefox3_importer.cc | 3 // found in the LICENSE file. 70 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 109 FilePath file = source_path_.AppendASCII("places.sqlite"); local 110 if (!file_util::PathExists(file)) 114 if (!db.Open(file)) 155 FilePath file = source_path_.AppendASCII("places.sqlite"); local 156 if (!file_util::PathExists(file)) 160 if (!db.Open(file)) 321 FilePath file = source_path.AppendASCII("signons.sqlite"); local 322 if (file_util::PathExists(file)) { 363 FilePath file = source_path_.AppendASCII("search.sqlite"); local 391 FilePath file; local [all...] |
| /external/chromium/chrome/browser/ |
| jumplist_win.cc | 3 // found in the LICENSE file. 46 // COM interfaces used in this file. 117 // Class IDs used in this file. 245 // Creates a temporary icon file to be shown in JumpList. 249 // Retrieve the path to a temporary file. 250 // We don't have to care about the extension of this temporary file because 256 // Create an icon file from the favicon attached to the given |page|, and 257 // save it as the temporary file. 261 // Add this icon file to the list and return its absolute path. 493 // 3. Post this task to the file thread [all...] |
| /external/chromium/chrome/browser/prefs/ |
| pref_service.cc | 3 // found in the LICENSE file. 103 // stored on a network file system, as we've had no end of troubles 122 BrowserThread::GetMessageLoopProxyForThread(BrowserThread::FILE));
|
| /external/chromium/chrome/browser/themes/ |
| theme_service.cc | 3 // found in the LICENSE file. 157 // data table at the start of said file or else tinted versions of 566 // If we don't have a file pack, we're updating from an old version. 645 // Write the packed file to disk. 647 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE,
|
| /external/chromium/chrome/browser/ui/webui/ |
| bug_report_ui.cc | 3 // found in the LICENSE file. 95 // This fuction posts a task to the file thread to create/list all the current 99 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE,
|
| /external/chromium/testing/gtest/test/ |
| gtest-filepath_test.cc | 34 // This file tests classes and functions used internally by 37 // This file is #included from gtest_unittest.cc, to avoid changing 39 // #include this file anywhere else! 552 FILE* f = posix::FOpen(filename, "w"); 557 // Strings representing a directory and a file, with identical paths 559 // a directory named 'test' from a file named 'test'. Example names: 583 EXPECT_FALSE(file_path.FileOrDirectoryExists()); // file not there 586 EXPECT_FALSE(file_path.FileOrDirectoryExists()); // file still not there 593 EXPECT_FALSE(file_path2.FileOrDirectoryExists()); // file not there 599 // force a failure by putting a file where we will try to create a directory [all...] |
| /external/dbus/dbus/ |
| dbus-sysdeps-util-unix.c | 1 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */ 105 _dbus_verbose ("in child, closing std file descriptors\n"); 142 _dbus_verbose ("pid file or pipe write failed: %s\n", 158 * Creates a file containing the process ID. 172 FILE *f; 220 * @param pidfile the file to write to or #NULL 234 _dbus_verbose ("writing pid file %s\n", _dbus_string_get_const_data (pidfile)); 239 _dbus_verbose ("pid file write failed\n"); 246 _dbus_verbose ("No pid file requested\n"); 378 * Log a message to the system log file (e.g. syslog on Unix) [all...] |
| /external/dbus/tools/ |
| dbus-launch.c | 1 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */ 68 /* Read the machine uuid from file if needed. Returns TRUE if machine_uuid is 73 FILE *f; 831 else if (strstr (arg, "--config-file=") == arg) 833 const char *file; local 837 fprintf (stderr, "--config-file given twice\n"); 841 file = strchr (arg, '='); 842 ++file; 844 config_file = xstrdup (file); 847 strcmp (prev_arg, "--config-file") == 0 [all...] |
| /external/dnsmasq/src/ |
| lease.c | 30 FILE *leasestream; 62 /* NOTE: need a+ mode to create file if it doesn't exist */ 66 die(_("cannot open or create lease file %s: %s"), daemon->lease_file, EC_FILE);
|
| /external/e2fsprogs/debugfs/ |
| set_fields.c | 7 * This file may be redistributed under the terms of the GNU Public 430 FILE *f;
|
| /external/e2fsprogs/lib/ext2fs/ |
| icount.c | 7 * This file may be redistributed under the terms of the GNU Public 236 * we also need to reserve some extra room for file links 470 errcode_t ext2fs_icount_validate(ext2_icount_t icount, FILE *out)
|
| /external/e2fsprogs/lib/uuid/ |
| gen_uuid.c | 63 #include <sys/file.h> 311 THREAD_LOCAL FILE *state_f; 443 * Close all file descriptors
|
| /external/elfutils/lib/ |
| md5.c | 4 This file is part of Red Hat elfutils. 107 /* Put the 64-bit file length in *bits* at the end of the buffer. */ 125 FILE *stream; 137 /* Iterate over full file contents. */ 140 /* We read the file in blocks of BLOCKSIZE bytes. One call of the 157 /* If end of file is reached, end the loop. */ 306 length of the file up to 2^64 bits. Here we only compute the
|
| /external/elfutils/src/ |
| ld.h | 2 This file is part of Red Hat elfutils. 55 /* Type of output file. */ 62 relocatable_file_type, /* Relocatable object file. */ 69 /* The next file given at the command line. */ 71 /* Nonzero if this file is the beginning of a group. */ 73 /* Nonzero if this file is the end of a group. */ 78 that the last archive of the group, if it is the last file of the 79 group, contains the only existing pointer to the next file we 86 /* Name/path of the file. */ 88 /* Resolved file name. * 441 struct usedfiles *file; member in struct:symbol 1131 struct usedfiles *file = scninfo->fileinfo; local [all...] |
| /external/gtest/test/ |
| gtest-filepath_test.cc | 34 // This file tests classes and functions used internally by 37 // This file is #included from gtest_unittest.cc, to avoid changing 39 // #include this file anywhere else! 556 FILE* f = posix::FOpen(filename, "w"); 561 // Strings representing a directory and a file, with identical paths 563 // a directory named 'test' from a file named 'test'. Example names: 587 EXPECT_FALSE(file_path.FileOrDirectoryExists()); // file not there 590 EXPECT_FALSE(file_path.FileOrDirectoryExists()); // file still not there 597 EXPECT_FALSE(file_path2.FileOrDirectoryExists()); // file not there 603 // force a failure by putting a file where we will try to create a directory [all...] |