OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ltime
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/cmds/rawbu/
backup.cpp
479
int64_t
ltime
= read_int64(fh, -1);
local
480
if (
ltime
< 0) {
484
st->st_atime = (time_t)(
ltime
/1000/1000/1000);
485
ltime
= read_int64(fh, -1);
486
if (
ltime
< 0) {
490
st->st_mtime = (time_t)(
ltime
/1000/1000/1000);
491
ltime
= read_int64(fh, -1);
492
if (
ltime
< 0) {
496
st->st_ctime = (time_t)(
ltime
/1000/1000/1000);
/ndk/sources/host-tools/make-3.81/
remake.c
1392
FILE_TIMESTAMP
ltime
;
local
[
all
...]
/external/ipsec-tools/src/racoon/
pfkey.c
2182
u_int64_t
ltime
, vtime;
local
2304
u_int64_t
ltime
, vtime;
local
[
all
...]
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c
272
_Locale_lcid_t* _Locale_get_time_hint(_Locale_time_t*
ltime
)
273
{ return (
ltime
!= 0) ? &
ltime
->lc : 0; }
719
_Locale_time_t *
ltime
= (_Locale_time_t*)malloc(sizeof(_Locale_time_t));
local
721
if (!
ltime
) { *__err_code = _STLP_LOC_NO_MEMORY; return
ltime
; }
722
memset(
ltime
, 0, sizeof(_Locale_time_t));
724
if (__GetLCIDFromName(name, &
ltime
->lc.id,
ltime
->cp, lc_hint) == -1)
725
{ free(
ltime
); *__err_code = _STLP_LOC_UNKNOWN_NAME; return NULL;
[
all
...]
Completed in 169 milliseconds