Searched refs:file_mtime (Results 1 – 11 of 11) sorted by relevance
/third_party/python/Tools/scripts/ |
D | diff.py | 14 def file_mtime(path): function 41 fromdate = file_mtime(fromfile) 42 todate = file_mtime(tofile)
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstpluginloader.h | 35 off_t file_size, time_t file_mtime);
|
D | gstpluginloader.c | 71 const gchar * filename, off_t file_size, time_t file_mtime); 84 time_t file_mtime; member 226 off_t file_size, time_t file_mtime) in plugin_loader_load() argument 242 entry->file_mtime = file_mtime; in plugin_loader_load() 348 plugin->file_mtime = entry->file_mtime; in plugin_loader_create_blacklist_plugin()
|
D | gstregistrychunks.h | 72 gulong file_mtime; member
|
D | gstregistrychunks.c | 450 pe->file_mtime = plugin->file_mtime; in _priv_gst_registry_chunks_save_plugin() 845 plugin->file_mtime = pe->file_mtime; in _priv_gst_registry_chunks_load_plugin()
|
D | gstregistry.c | 1151 const gchar * filename, off_t file_size, time_t file_mtime) in gst_registry_scan_plugin_file() argument 1177 filename, file_size, file_mtime)) { in gst_registry_scan_plugin_file() 1365 if (plugin->file_mtime == file_status.st_mtime && in gst_registry_scan_path_level() 1381 (gint64) plugin->file_mtime, (gint64) file_status.st_mtime, in gst_registry_scan_path_level()
|
D | gst_private.h | 378 time_t file_mtime; member
|
D | gstregistrybinary.c | 449 plugin->file_mtime != statbuf.st_mtime || in priv_gst_registry_binary_write_cache()
|
D | gstplugin.c | 927 plugin->file_mtime = file_status.st_mtime; in _priv_gst_plugin_load_file_for_registry()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
D | libcpuset.c | 1324 time_t file_mtime; in get_map() local 1335 file_mtime = get_mtime(mapfile); in get_map() 1336 if (cpunodemap.mtime == 0 && file_mtime == 0) in get_map() 1340 file_mtime = get_mtime(mapfile); in get_map() 1341 if (cpunodemap.mtime < file_mtime) in get_map() 1343 else if (cpunodemap.mtime > file_mtime) in get_map()
|
/third_party/python/Lib/test/ |
D | test_tarfile.py | 622 file_mtime = os.path.getmtime(path) 625 format_mtime(file_mtime), 627 self.assertEqual(tarinfo.mtime, file_mtime, errmsg)
|