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

1234567891011>>

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dutime.c8 int utime(const char* filename, const struct utimbuf* times) { argument
9 return ki_utime(filename, times);
H A Dutimes.c12 int utimes(const char* filename, const struct timeval times[2]) { argument
13 return ki_utimes(filename, times);
/external/valgrind/main/none/tests/
H A Dfdleak_creat.c8 char filename[24]; local
12 sprintf(filename, "/tmp/file.%d", getpid());
13 DO( creat(filename, 0) );
14 DO( unlink(filename) );
/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Dlist_idl_files_with_partial_interface.py37 def contains_partial_interface(filename):
38 with open(filename) as f:
43 partial_interface_filenames = [filename for filename in filenames
44 if contains_partial_interface(filename)]
/external/chromium/testing/gmock/scripts/generator/cpp/
H A Dutils.py30 def ReadFile(filename, print_error=True):
33 fp = open(filename)
40 print('Error reading %s: %s' % (filename, sys.exc_info()[1]))
/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/chromium_org/ui/gl/
H A Dgl_implementation_linux.h11 base::NativeLibrary LoadLibrary(const char* filename);
12 base::NativeLibrary LoadLibrary(const base::FilePath& filename);
/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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dzip_mock.py37 def insert(self, filename, content):
38 self._files[filename] = content
43 def open(self, filename):
44 return FileSetFileHandle(self, filename)
46 def read(self, filename):
47 return self._files[filename]
49 def extract(self, filename, path):
50 full_path = self._filesystem.join(path, filename)
51 contents = self.open(filename).contents()
54 def delete(self, filename)
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/downloads_overwrite/
H A Dbg.js9 suggest({filename: item.filename,
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
H A DBaseResourceLoader.java37 * Default implementation returns the filename as the ResourceLoaders that subclass this class
38 * tend to assume they are the only ResourceLoader in use. Or at least that the filename is the
42 public Object getKey(String filename) { argument
43 return filename;
50 public Object getResourceVersionId(String filename) { argument
51 return filename;
/external/libvorbis/test/
H A Dwrite_read.h18 /* Write supplied data to an Ogg/Vorbis file with specified filename at
20 void write_vorbis_data_or_die (const char *filename, int srate, float q,
26 void read_vorbis_data_or_die (const char *filename, int srate,
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A DNonVolatileStore.cpp67 char filename[256]; local
72 ALOGE ("%s: filename too long", __FUNCTION__);
75 snprintf (filename, sizeof(filename), "%s%u", fn.c_str(), block);
77 ALOGD ("%s: buffer len=%u; file=%s", __FUNCTION__, nbytes, filename);
78 int fileStream = open (filename, O_RDONLY);
125 char filename[256]; local
131 ALOGE ("%s: filename too long", __FUNCTION__);
134 snprintf (filename, sizeof(filename), "
200 char filename[256]; local
242 char filename[256]; local
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Derror_state_mock.h23 const char* filename, int line,
26 const char* filename, int line,
29 const char* filename,
36 const char* file, int line, const char* filename));
38 const char* file, int line, const char* filename));
40 const char* file, int line, const char* filename));
/external/chromium_org/third_party/skia/src/gpu/
H A DGrSurface.cpp24 bool GrSurface::savePixels(const char* filename) { argument
32 SkDebugf("------ failed to read pixels for %s\n", filename);
37 remove(filename);
39 if (!SkImageEncoder::EncodeFile(filename, bm, SkImageEncoder::kPNG_Type, 100)) {
40 SkDebugf("------ failed to encode %s\n", filename);
41 remove(filename); // remove any partial file
/external/skia/src/gpu/
H A DGrSurface.cpp24 bool GrSurface::savePixels(const char* filename) { argument
32 SkDebugf("------ failed to read pixels for %s\n", filename);
37 remove(filename);
39 if (!SkImageEncoder::EncodeFile(filename, bm, SkImageEncoder::kPNG_Type, 100)) {
40 SkDebugf("------ failed to encode %s\n", filename);
41 remove(filename); // remove any partial file
/external/skia/tools/
H A Dreformat-json.py41 def Reformat(filename):
42 print 'Reformatting file %s...' % filename
43 gm_json.WriteToFile(gm_json.LoadFromFile(filename), filename)
50 for filename in args.filenames:
51 Reformat(filename)
/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_org/base/
H A Devent_recorder_stubs.cc14 bool EventRecorder::StartRecording(const FilePath& filename) { argument
21 bool EventRecorder::StartPlayback(const FilePath& filename) { argument
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentViewDownloadDelegate.java20 * @param filename File name of the downloaded file.
23 void onDownloadStarted(String filename, String mimeType); argument
28 * @param filename File name of the downloaded file.
31 void onDangerousDownload(String filename, int downloadId); argument
/external/chromium_org/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);
/external/chromium_org/tools/gyp/test/actions-none/src/
H A Dfake_cross.py10 for filename in sys.argv[1:-1]:
11 fh.write(open(filename).read())
/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: $!";
/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);
/external/libnfc-nci/src/include/
H A DCrcChecksum.h43 ** filename: file name.
48 BOOLEAN crcChecksumVerifyIntegrity (const char* filename);

Completed in 1662 milliseconds

1234567891011>>