Home
last modified time | relevance | path

Searched refs:file_mtime (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Tools/scripts/
Ddiff.py14 def file_mtime(path): function
41 fromdate = file_mtime(fromfile)
42 todate = file_mtime(tofile)
/third_party/gstreamer/gstreamer/gst/
Dgstpluginloader.h35 off_t file_size, time_t file_mtime);
Dgstpluginloader.c71 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()
Dgstregistrychunks.h72 gulong file_mtime; member
Dgstregistrychunks.c450 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()
Dgstregistry.c1151 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()
Dgst_private.h378 time_t file_mtime; member
Dgstregistrybinary.c449 plugin->file_mtime != statbuf.st_mtime || in priv_gst_registry_binary_write_cache()
Dgstplugin.c927 plugin->file_mtime = file_status.st_mtime; in _priv_gst_plugin_load_file_for_registry()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c1324 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/
Dtest_tarfile.py622 file_mtime = os.path.getmtime(path)
625 format_mtime(file_mtime),
627 self.assertEqual(tarinfo.mtime, file_mtime, errmsg)