Searched defs:filename (Results 1 - 25 of 791) 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 Dcompile-strings.cc25 int KeySize(const char *filename) { argument
26 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/okhttp/src/main/java/libcore/util/
H A DDefaultFileNameMap.java27 public String getContentTypeFor(String filename) { argument
28 if (filename.endsWith("/")) {
32 int lastCharInExtension = filename.lastIndexOf('#');
34 lastCharInExtension = filename.length();
36 int firstCharInExtension = filename.lastIndexOf('.') + 1;
38 if (firstCharInExtension > filename.lastIndexOf('/')) {
39 ext = filename.substring(firstCharInExtension, lastCharInExtension);
/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/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/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps.h26 char filename[], uptr filename_size) {
37 char filename[], uptr filename_size);
42 char filename[], uptr filename_size);
50 char filename[], uptr filename_size) {
53 for (int i = 0; Next(&start, &end, &file_offset, filename, filename_size);
72 filename[0] = '\0';
84 char filename[], uptr filename_size);
25 GetObjectNameAndOffset(uptr addr, uptr *offset, char filename[], uptr filename_size) argument
/external/dbus/dbus/
H A Ddbus-uuidgen.c76 * @param filename the file or #NULL for the machine ID file
83 dbus_internal_do_not_use_get_uuid (const char *filename, argument
90 if (filename)
93 _dbus_string_init_const (&filename_str, filename);

Completed in 898 milliseconds

1234567891011>>