HomeSort by relevance Sort by last modified time
    Searched refs:FILE (Results 1176 - 1200 of 2555) sorted by null

<<41424344454647484950>>

  /external/bluetooth/glib/gio/xdgmime/
xdgmimeicon.c 1 /* -*- mode: C; c-file-style: "gnu" -*- */
2 /* xdgmimeicon.c: Private file. Datastructure for storing the aliases.
122 FILE *file; local
126 file = fopen (file_name, "r");
128 if (file == NULL)
135 while (fgets (line, 255, file) != NULL)
159 fclose (file);
  /external/bluetooth/glib/tests/
unicode-caseconv.c 12 FILE *infile;
  /external/chromium/base/
shared_memory.h 3 // found in the LICENSE file.
36 // On POSIX, the lock is implemented as a lockf() on the mapped file,
42 // around the OS primitive for a memory mapped file.
55 // shared memory file.
59 // shared memory file that was created by a remote process and not shared
68 // invalid value; NULL for a HANDLE and -1 for a file descriptor)
112 // Get the size of the shared memory backing file.
146 // file. new_handle is an ouput parameter to receive
189 bool PrepareMapFile(FILE *fp);
  /external/chromium/chrome/browser/chromeos/login/
google_authenticator.cc 3 // found in the LICENSE file.
77 BrowserThread::FILE, FROM_HERE,
151 BrowserThread::FILE, FROM_HERE,
248 BrowserThread::FILE, FROM_HERE,
401 DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
  /external/chromium/chrome/browser/extensions/
extension_icon_manager_unittest.cc 3 // found in the LICENSE file.
25 file_thread_(BrowserThread::FILE),
test_extension_prefs.cc 3 // found in the LICENSE file.
67 // The PrefService writes its persistent file on the file thread, so we
72 EXPECT_TRUE(BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE,
75 // If the FILE thread is in fact the current thread (possible in testing
76 // scenarios), we have to ensure the task has a chance to run. If the FILE
  /external/chromium/chrome/browser/importer/
firefox_profile_lock_unittest.cc 3 // found in the LICENSE file.
34 // Tests basic functionality and verifies that the lock file is deleted after
53 // In the posix code, we don't delete the file when releasing the lock.
64 // In the posix code, we don't delete the file when releasing the lock.
70 // If for some reason the lock file is left behind by the previous owner, we
80 // Create the orphaned lock file.
81 FILE* lock_file = file_util::OpenFile(lock_file_path, "w");
97 // Tests two locks contending for the same lock file.
  /external/chromium/chrome/browser/
oom_priority_manager.cc 3 // found in the LICENSE file.
22 #error This file only meant to be compiled on ChromeOS
95 // But we do that in DoAdjustOomPriorities on the FILE thread so that
118 BrowserThread::FILE, FROM_HERE,
  /external/chromium/chrome/browser/themes/
browser_theme_pack.h 3 // found in the LICENSE file.
29 // install time, save all the PNG-ified data into an mmappable file so we don't
30 // suffer multiple file system access times, therefore solving two of the
40 // BrowserThemePacks are always deleted on the file thread because in the
58 // BuildFromDataPack(). Often (but not always) called from the file thread;
86 friend struct BrowserThread::DeleteOnThread<BrowserThread::FILE>;
  /external/chromium/chrome/common/
important_file_writer.cc 3 // found in the LICENSE file.
34 // Write the data to a temp file then rename to avoid data loss if we crash
35 // while writing the file. Ensure that the temp file is on the same volume
36 // as target file, so it can be moved in one step, and that the temp file
39 FILE* tmp_file = file_util::CreateAndOpenTemporaryFileInDir(
42 LogFailure("could not create temporary file");
48 LogFailure("failed to close temporary file");
60 LogFailure("could not rename temporary file");
    [all...]
  /external/chromium/net/disk_cache/
cache_util_unittest.cc 3 // found in the LICENSE file.
23 FILE *fp = file_util::OpenFile(file1_, "w");
  /external/chromium/net/ftp/
ftp_directory_listing_parser_unittest.cc 3 // found in the LICENSE file.
126 EXPECT_EQ(FtpDirectoryListingEntry::FILE, entry.type);
  /external/chromium/webkit/glue/
ftp_directory_listing_response_delegate.cc 3 // found in the LICENSE file.
88 if (entry.type != FtpDirectoryListingEntry::FILE)
  /external/compiler-rt/lib/profile/
GCDAProfiling.c 1 /*===- GCDAProfiling.c - Support library for GCDA file emission -----------===*\
5 |* This file is distributed under the University of Illinois Open Source
10 |* This file implements the call back routines for the gcov profiling
14 |* We emit files in a corrupt version of GCOV's "gcda" file format. These files
18 |* TODO: gcov is multi-process safe by having each exit open the existing file
42 * --- GCOV file format I/O primitives ---
45 static FILE *output_file = NULL;
112 /* A file in this case is a translation unit. Each .o file built with line
113 * profiling enabled will emit to a different file. Only one file may b
    [all...]
  /external/dropbear/
cli-authinteract.c 36 FILE* tty = NULL;
compat.c 236 register FILE *fp;
  /external/e2fsprogs/ext2ed/
disk.c 5 A part of the extended file system 2 disk editor.
11 This file is acting as a filter - Before we pass an actual read or write request to the operating system, we
145 FILE *fp;
148 wprintw (command_win,"Error - Unable to open log file %s\n",LogFile);
  /external/e2fsprogs/lib/blkid/
devname.c 9 * This file may be redistributed under the terms of the
161 FILE *f;
277 FILE *lvf;
369 FILE *procpt;
396 FILE *proc;
  /external/e2fsprogs/misc/
ismounted.c 7 * This file may be redistributed under the terms of the GNU Public
73 * Helper function which checks a file in /etc/mtab format to see if a
74 * filesystem is mounted. Returns an error if the file doesn't exist
77 static errcode_t check_mntent_file(const char *mtab_file, const char *file,
85 FILE *f;
91 if (stat(file, &st_buf) == 0) {
117 if (strcmp(file, device) == 0)
169 mtab_file, file, mnt_dir);
185 int is_mounted(const char *file)
191 retval = check_mntent_file("/proc/mounts", file, &mount_flags)
    [all...]
  /external/e2fsprogs/resize/
resize2fs.h 2 * resize2fs.h --- ext2 resizer header file
10 * This file may be redistributed under the terms of the GNU Public
143 extern void ext2fs_extent_dump(ext2_extent extent, FILE *out);
sim_progress.c 10 * This file may be redistributed under the terms of the GNU Public
18 FILE *f;
  /external/elfutils/libasm/
libasmP.h 3 This file is part of Red Hat elfutils.
42 ASM_E_CANNOT_CREATE, /* Output file cannot be created. */
44 ASM_E_CANNOT_CHMOD, /* Cannot change mode of output file. */
45 ASM_E_CANNOT_RENAME, /* Cannot rename output file. */
137 /* File descriptor of the temporary file. */
143 /* Output file handle. */
146 /* ELF descriptor of the temporary file. */
149 FILE *file; member in union:AsmCtx::__anon6199
    [all...]
  /external/expat/tests/benchmark/
benchmark.c 29 FILE *fd;
51 fprintf (stderr, "could not access file '%s'\n", argv[j + 1]);
57 fprintf (stderr, "could not open file '%s'\n", argv[j + 1]);
  /external/icu4c/tools/toolutil/
pkg_icu.cpp 22 // read a file list -------------------------------------------------------- ***
35 /* check for multiple text file suffixes to see if this list name is a text file name */
52 * Read a file list.
53 * If the listname ends with ".txt", then read the list file
55 * If the listname ends with ".dat", then read the ICU .dat package file.
56 * Otherwise, read the file itself as a single-item list.
61 FILE *file; local
65 fprintf(stderr, "missing list file\n")
    [all...]
  /external/iproute2/genl/
genl.c 42 fprintf((FILE *) arg, "unknown genl type ..\n");

Completed in 1288 milliseconds

<<41424344454647484950>>