Searched defs:filename (Results 1 - 25 of 826) sorted by relevance

1234567891011>>

/external/chromium/net/disk_cache/
H A Dstorage_block_unittest.cc13 FilePath filename = GetCacheFilePath().AppendASCII("a_test"); local
15 ASSERT_TRUE(CreateCacheTestFile(filename));
16 ASSERT_TRUE(file->Init(filename, 8192));
33 FilePath filename = GetCacheFilePath().AppendASCII("a_test"); local
35 ASSERT_TRUE(CreateCacheTestFile(filename));
36 ASSERT_TRUE(file->Init(filename, 8192));
53 FilePath filename = GetCacheFilePath().AppendASCII("a_test"); local
55 ASSERT_TRUE(CreateCacheTestFile(filename));
56 ASSERT_TRUE(file->Init(filename, 8192));
/external/elfutils/src/
H A Darlib2.c42 arlib_add_long_name (const char *filename, size_t filenamelen) argument
46 obstack_grow (&symtab.longnamesob, filename, filenamelen);
/external/openfst/src/extensions/far/
H A Dstlist.cc21 bool IsSTList(const string &filename) { argument
22 ifstream strm(filename.c_str());
H A Dsttable.cc21 bool IsSTTable(const string &filename) { argument
22 ifstream strm(filename.c_str());
H A Dstrings.cc29 int KeySize(const char *filename) { argument
30 ifstream istrm(filename);
/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/webkit/Source/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);
/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/base/
H A Devent_recorder_stubs.cc14 bool EventRecorder::StartRecording(const FilePath& filename) { argument
21 bool EventRecorder::StartPlayback(const FilePath& filename) { argument
/external/chromium/chrome/browser/ui/views/
H A Dshell_dialogs_win_unittest.cc10 wchar_t* filename; member in struct:AppendExtensionTestCase
27 // The extension alone should be treated like a filename with no extension.
34 // If the filter is changed to "All files", we allow any filename.
40 AppendExtensionIfNeeded(test_cases[i].filename,
/external/chromium/net/tools/flip_server/
H A Dspdy_util.cc22 std::string filename; local
25 filename = UrlToFilenameEncoder::Encode(
28 filename = UrlToFilenameEncoder::Encode(uri, method + "_/", false);
30 return filename;
/external/dropbear/
H A Dcommon-runopts.c36 int readhostkey(const char * filename, sign_key * hostkey, int *type) { argument
43 if (buf_readfile(buf, filename) == DROPBEAR_FAILURE) {
/external/dropbear/libtomcrypt/src/mac/f9/
H A Df9_file.c25 @param filename The name of the file you wish to f9
32 const char *filename,
44 LTC_ARGCHK(filename != NULL);
48 in = fopen(filename, "rb");
30 f9_file(int cipher, const unsigned char *key, unsigned long keylen, const char *filename, unsigned char *out, unsigned long *outlen) argument
/external/dropbear/libtomcrypt/src/mac/omac/
H A Domac_file.c25 @param filename The name of the file you wish to OMAC
32 const char *filename,
44 LTC_ARGCHK(filename != NULL);
48 in = fopen(filename, "rb");
30 omac_file(int cipher, const unsigned char *key, unsigned long keylen, const char *filename, unsigned char *out, unsigned long *outlen) argument
/external/dropbear/libtomcrypt/src/mac/pmac/
H A Dpmac_file.c25 @param filename The name of the file to send through PMAC
32 const char *filename,
45 LTC_ARGCHK(filename != NULL);
49 in = fopen(filename, "rb");
30 pmac_file(int cipher, const unsigned char *key, unsigned long keylen, const char *filename, unsigned char *out, unsigned long *outlen) argument
/external/dropbear/libtomcrypt/src/mac/xcbc/
H A Dxcbc_file.c25 @param filename The name of the file you wish to XCBC
32 const char *filename,
44 LTC_ARGCHK(filename != NULL);
48 in = fopen(filename, "rb");
30 xcbc_file(int cipher, const unsigned char *key, unsigned long keylen, const char *filename, unsigned char *out, unsigned long *outlen) argument
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
H A DSFTPv3DirectoryEntry.java19 public String filename; field in class:SFTPv3DirectoryEntry
/external/jsilver/src/org/clearsilver/
H A DCSFileLoader.java31 * @param filename the name of the file that should be loaded.
34 public String load(HDF hdf, String filename) throws IOException; argument
/external/llvm/lib/Support/
H A DToolOutputFile.cpp18 tool_output_file::CleanupInstaller::CleanupInstaller(const char *filename) argument
19 : Filename(filename), Keep(false) {
36 tool_output_file::tool_output_file(const char *filename, std::string &ErrorInfo, argument
38 : Installer(filename),
39 OS(filename, ErrorInfo, Flags) {
/external/oprofile/libopagent/
H A Dopagent.h40 /* The filename format is unspecified, absolute path, relative etc. */
41 char const * filename; member in struct:debug_line_info
/external/skia/legacy/src/animator/
H A DSkSnapshot.h23 SkString filename; member in class:SkSnapshot
/external/skia/src/animator/
H A DSkSnapshot.h23 SkString filename; member in class:SkSnapshot
/external/srec/portable/include/
H A DPFileImpl.h41 LCHAR* filename; member in struct:PFileImpl_t
61 * @param filename Name of the file
65 PORTABLE_API ESR_ReturnCode PFileCreateImpl(PFile* self, const LCHAR* filename, ESR_BOOL littleEndian);
75 PORTABLE_API ESR_ReturnCode PFileGetFilenameImpl(PFile* self, LCHAR* filename, size_t* len);
/external/bison/lib/
H A Dfopen.c30 orig_fopen (const char *filename, const char *mode) argument
32 return fopen (filename, mode);
48 rpl_fopen (const char *filename, const char *mode) argument
51 if (strcmp (filename, "/dev/null") == 0)
52 filename = "NUL";
56 /* If the filename ends in a slash and a mode that requires write access is
64 "The special filename dot shall refer to the directory specified by
73 size_t len = strlen (filename);
74 if (len > 0 && filename[len - 1] == '/')
86 fd = open (filename, O_RDONL
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps.h27 char filename[], uptr filename_size,
46 char filename[], uptr filename_size, uptr *protection);
51 char filename[], uptr filename_size,
71 char filename[], uptr filename_size,
75 for (int i = 0; Next(&start, &end, &file_offset, filename, filename_size,
95 filename[0] = '\0';
109 char filename[], uptr filename_size,
26 GetObjectNameAndOffset(uptr addr, uptr *offset, char filename[], uptr filename_size, uptr *protection) argument

Completed in 504 milliseconds

1234567891011>>