HomeSort by relevance Sort by last modified time
    Searched refs:file_name (Results 51 - 75 of 240) sorted by null

1 23 4 5 6 7 8 910

  /external/bluetooth/glib/gio/xdgmime/
xdgmimecache.c 111 _xdg_mime_cache_new_from_file (const char *file_name)
121 fd = open (file_name, O_RDONLY|_O_BINARY, 0);
356 cache_glob_lookup_literal (const char *file_name,
378 cmp = strcmp (ptr, file_name);
398 cache_glob_lookup_fnmatch (const char *file_name,
424 if (fnmatch (ptr, file_name, 0) == 0)
443 const char *file_name,
458 character = file_name[len - 1];
485 file_name, len,
515 cache_glob_lookup_suffix (const char *file_name,
    [all...]
xdgmime.h 85 const char *xdg_mime_get_mime_type_for_file (const char *file_name,
87 const char *xdg_mime_get_mime_type_from_file_name (const char *file_name);
88 int xdg_mime_get_mime_types_from_file_name(const char *file_name,
xdgmimeglob.c 301 const char *file_name,
314 character = file_name[len - 1];
327 file_name,
370 const char *file_name,
383 assert (file_name != NULL && n_mime_types > 0);
389 if (strcmp ((const char *)list->data, file_name) == 0)
396 len = strlen (file_name);
397 n = _xdg_glob_hash_node_lookup_file_name (glob_hash->simple_node, file_name, len, FALSE,
400 n = _xdg_glob_hash_node_lookup_file_name (glob_hash->simple_node, file_name, len, TRUE,
407 if (fnmatch ((const char *)list->data, file_name, 0) == 0
    [all...]
xdgmimeglob.h 54 const char *file_name);
  /external/valgrind/tsan/
ts_offline.cc 48 string file_name; member in struct:PcInfo
127 pc_info.file_name = file;
249 pc_info.file_name = file;
325 string *file_name, int *line_no) {
329 *file_name = "";
336 *file_name = info.file_name;
338 if (*file_name == "unknown")
339 *file_name = "";
  /device/moto/common/
releasetools.py 97 file_name = "RADIO/" + bin_name;
98 target = info.target_zip.read(file_name);
100 source = info.source_zip.read(file_name);
  /device/samsung/tuna/libsensors/
SamsungSensorBase.cpp 31 const char *file_name) {
36 strlen(file_name);
43 strcat(name, file_name);
  /external/chromium/base/win/
event_trace_consumer.h 50 // Opens the event trace log in "file_name", which must be a full or
54 HRESULT OpenFileSession(const wchar_t* file_name);
106 const wchar_t* file_name) {
108 logfile.LogFileName = const_cast<wchar_t*>(file_name);
  /external/gtest/test/
gtest-test-part_test.cc 38 // Tests TestPartResult::file_name().
39 TEST_F(TestPartResultTest, file_name) {
40 EXPECT_STREQ("foo/bar.cc", r1_.file_name());
41 EXPECT_STREQ(NULL, r3_.file_name());
  /external/protobuf/gtest/test/
gtest-test-part_test.cc 63 // Tests TestPartResult::file_name().
64 TEST_F(TestPartResultTest, file_name) {
65 EXPECT_STREQ("foo/bar.cc", r1_.file_name());
66 EXPECT_STREQ(NULL, r3_.file_name());
  /external/srec/audio/AudioIn/UNIX/src/
audioinwrapper.cpp 91 char file_name [256];
94 sprintf ( file_name, "data_%ld_%ld.raw", buffer_save_audio.tv_sec, buffer_save_audio.tv_usec );
95 audio_data = fopen ( file_name, "w" );
  /external/webkit/Tools/Scripts/
print-vse-failure-logs 51 for file_name in filenames:
52 if file_name == "BuildLog.htm":
53 file_path = os.path.join(dirpath, file_name)
test-webkitpy 129 for file_name in file_names:
130 if file_name.endswith(".pyc") and file_name[:-1] not in file_names:
131 file_path = os.path.join(dir_path, file_name)
  /external/webkit/Tools/Scripts/webkitpy/test/
main.py 45 for file_name in file_names:
46 if not file_name.endswith("_unittest.py"):
48 unittest_path = os.path.join(dir_path, file_name)
  /external/bluetooth/glib/gmodule/
gmodule.h 63 /* open a module `file_name' and return handle, which is NULL on error */
64 GModule* g_module_open (const gchar *file_name,
  /external/chromium/chrome/browser/download/
download_prefs.cc 98 bool DownloadPrefs::EnableAutoOpenBasedOnExtension(const FilePath& file_name) {
99 FilePath::StringType extension = file_name.Extension();
110 void DownloadPrefs::DisableAutoOpenBasedOnExtension(const FilePath& file_name) {
111 FilePath::StringType extension = file_name.Extension();
  /external/chromium/chrome/browser/sync/glue/
data_type_manager.h 65 location.file_name(),
  /external/chromium/testing/gtest/test/
gtest-test-part_test.cc 70 EXPECT_STREQ("some_file.cc", result.file_name());
112 // Tests TestPartResult::file_name().
113 TEST_F(TestPartResultTest, file_name) {
114 EXPECT_STREQ("foo/bar.cc", r1_.file_name());
115 EXPECT_STREQ(NULL, r3_.file_name());
  /external/icu4c/tools/
icu-svnprops-check.py 155 # file_name: name of a text file.
160 def check_utf8(file_name, base_mime_type, actual_mime_type):
167 f = open(file_name, 'r')
173 # print "Pure ASCII " + file_name
179 print "warning: %s: not ASCII, not UTF-8" % file_name
183 print "UTF-8 file with no BOM: " + file_name
  /external/oprofile/libutil++/
file_manip.h 72 * @param file_name filename
76 std::string op_dirname(std::string const & file_name);
  /external/chromium/base/
tracked.cc 16 Location::Location(const char* function_name, const char* file_name,
19 file_name_(file_name),
  /external/valgrind/main/include/
pub_tool_libcfile.h 79 extern SysRes VG_(stat) ( const Char* file_name, struct vg_stat* buf );
84 extern Int VG_(unlink) ( const Char* file_name );
  /external/webkit/Tools/Scripts/webkitpy/style/
filereader.py 138 for file_name in file_names:
139 file_path = os.path.join(dir_path, file_name)
  /external/v8/test/mjsunit/
mirror-script.js 31 function testScriptMirror(f, file_name, file_lines, type, compilation_type,
48 assertEquals(file_name, name.substring(name.length - file_name.length));
50 assertTrue(file_name === null);
71 assertEquals(file_name, name.substring(name.length - file_name.length));
73 assertTrue(file_name === null);
  /external/webkit/Tools/CodeCoverage/
regenerate-coverage-display 228 def write_file_site(dest_dir, file_name, last_time, data_dir, last_id, file_series):
229 escaped_name = file_name.replace(os.path.sep,'__')
231 (tot_lines,tot_covered) = file_series[file_name][-1]
232 generate_header(site, last_time, tot_lines, tot_covered, "file - %s" % file_name, "images/%s.png" % escaped_name)
234 path = "%s/%s.annotated%s" % (data_dir,last_id,file_name)
346 for file_name in file_keys:
347 write_file_site(outdir, file_name, last_time, datadir, last_id, file_serieses)

Completed in 2397 milliseconds

1 23 4 5 6 7 8 910