Home
last modified time | relevance | path

Searched refs:st (Results 1 – 5 of 5) sorted by relevance

/device/moto/shamu/location/loc_api/loc_api_v02/
Dloc_api_sync_req.h44 locClientStatusEnumType st; \
50 st = loc_sync_send_req(HANDLE, \
57 if (st != eLOC_CLIENT_SUCCESS || \
60 __func__, __LINE__, st, ind.status); \
/device/huawei/angler/location/loc_api/loc_api_v02/
Dloc_api_sync_req.h44 locClientStatusEnumType st; \
50 st = loc_sync_send_req(HANDLE, \
57 if (st != eLOC_CLIENT_SUCCESS || \
60 __func__, __LINE__, st, ind.status); \
/device/lge/bullhead/location/loc_api/loc_api_v02/
Dloc_api_sync_req.h44 locClientStatusEnumType st; \
50 st = loc_sync_send_req(HANDLE, \
57 if (st != eLOC_CLIENT_SUCCESS || \
60 __func__, __LINE__, st, ind.status); \
/device/google/dragon/audio/hal/dsp/tests/
Draw.c15 struct stat st; in read_raw() local
22 if (stat(filename, &st) < 0) { in read_raw()
33 f = st.st_size / 4; in read_raw()
/device/linaro/hikey/installer/
Dhisi-idt.py97 st = os.stat(filename)
98 return st.st_size