OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OsclBasicDateTimeStruct
(Results
1 - 5
of
5
) sorted by null
/external/opencore/oscl/oscl/config/shared/
osclconfig_time_check.h
40
OsclBasicDateTimeStruct
type should be defined to the platform-specific
43
typedef
OsclBasicDateTimeStruct
__Validate__BasicTimeDateStruct__;
/external/opencore/oscl/oscl/config/android/
osclconfig_time.h
47
typedef tm
OsclBasicDateTimeStruct
;
/external/opencore/oscl/oscl/config/linux/
osclconfig_time.h
47
typedef tm
OsclBasicDateTimeStruct
;
/external/opencore/oscl/oscl/osclbase/src/
oscl_time.h
214
/*! \param in_ts
OsclBasicDateTimeStruct
as defined for each platform provides the date in a
218
OSCL_COND_IMPORT_REF TimeValue(
OsclBasicDateTimeStruct
in_ts);
oscl_time.inl
293
OSCL_COND_EXPORT_REF OSCL_INLINE TimeValue::TimeValue(
OsclBasicDateTimeStruct
ints)
Completed in 150 milliseconds