OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ST_MTIME
(Results
1 - 11
of
11
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dep_util.py
10
from stat import
ST_MTIME
31
return os.stat(source)[
ST_MTIME
] > os.stat(target)[
ST_MTIME
]
75
target_mtime = os.stat(target)[
ST_MTIME
]
86
if os.stat(source)[
ST_MTIME
] > target_mtime:
file_util.py
105
from stat import ST_ATIME,
ST_MTIME
, ST_MODE, S_IMODE
155
os.utime(dst, (st[ST_ATIME], st[
ST_MTIME
]))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dep_util.py
10
from stat import
ST_MTIME
31
return os.stat(source)[
ST_MTIME
] > os.stat(target)[
ST_MTIME
]
75
target_mtime = os.stat(target)[
ST_MTIME
]
86
if os.stat(source)[
ST_MTIME
] > target_mtime:
file_util.py
105
from stat import ST_ATIME,
ST_MTIME
, ST_MODE, S_IMODE
155
os.utime(dst, (st[ST_ATIME], st[
ST_MTIME
]))
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stat.py
16
ST_MTIME
= 8
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stat.py
16
ST_MTIME
= 8
/external/chromium_org/ppapi/generators/
idl_outfile.py
143
old_time = os.stat(filename)[
ST_MTIME
]
156
cur_time = os.stat(filename)[
ST_MTIME
]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py
27
from stat import ST_DEV, ST_INO,
ST_MTIME
216
t = os.stat(filename)[
ST_MTIME
]
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py
27
from stat import ST_DEV, ST_INO,
ST_MTIME
216
t = os.stat(filename)[
ST_MTIME
]
[
all
...]
/external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags2man.py
197
self.date = time.localtime(finfo[stat.
ST_MTIME
])
/external/chromium_org/third_party/python_gflags/
gflags2man.py
197
self.date = time.localtime(finfo[stat.
ST_MTIME
])
Completed in 2144 milliseconds