OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetTimes
(Results
1 - 6
of
6
) sorted by null
/external/libchrome/base/files/
file.h
257
bool
SetTimes
(Time last_access_time, Time last_modified_time);
file_util.cc
212
return file.
SetTimes
(last_accessed, last_modified);
file_posix.cc
339
bool File::
SetTimes
(Time last_access_time, Time last_modified_time) {
343
SCOPED_FILE_TRACE("
SetTimes
");
file_unittest.cc
362
EXPECT_TRUE(file.
SetTimes
(new_last_accessed, new_last_modified));
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
propidl.h
386
virtual HRESULT WINAPI
SetTimes
(const FILETIME *pctime,const FILETIME *patime,const FILETIME *pmtime) = 0;
405
HRESULT (WINAPI *
SetTimes
)(IPropertyStorage *This,const FILETIME *pctime,const FILETIME *patime,const FILETIME *pmtime);
426
#define IPropertyStorage_SetTimes(This,pctime,patime,pmtime) (This)->lpVtbl->
SetTimes
(This,pctime,patime,pmtime)
wia.h
[
all
...]
Completed in 97 milliseconds