Home
last modified time | relevance | path

Searched refs:where (Results 1 – 25 of 95) sorted by relevance

1234

/base/security/device_security_level/baselib/utils/include/
Dutils_list.h26 static inline void AddListNode(ListNode *item, ListNode *where) in AddListNode() argument
28 item->next = where->next; in AddListNode()
29 item->prev = where; in AddListNode()
30 where->next = item; in AddListNode()
34 static inline void AddListNodeBefore(ListNode *item, ListNode *where) in AddListNodeBefore() argument
36 AddListNode(item, where->prev); in AddListNodeBefore()
/base/startup/hvb/test/
Dhvb_main.c40 off_t where; in hvb_read_partition() local
61 where = lseek(fd, offset, SEEK_SET); in hvb_read_partition()
62 if (where == -1) { in hvb_read_partition()
66 } else if (where != offset) { in hvb_read_partition()
100 off_t where; in hvb_write_partition() local
111 where = lseek(fd, offset, SEEK_SET); in hvb_write_partition()
112 if (where == -1) { in hvb_write_partition()
116 } else if (where != offset) { in hvb_write_partition()
/base/global/timezone/
DREADME.md25 cd tool/update_tool // Go to the directory where the time zone update tool is located.
32 cd tool/compile_tool // Go to the directory where the time zone compilation tool is located.
DLICENSE79 where such license applies only to those patent claims licensable
/base/useriam/face_auth/ui/Settings_FaceAuth/
Dhvigorw47 …ck $NODE_HOME\n\nPlease set NODE_HOME in your environment to the location where your nodejs instal…
/base/location/
DREADME.en.md22 Location awareness helps determine where a mobile device locates. The system identifies the locatio…
/base/update/sys_installer_lite/
DLICENSE79 where such license applies only to those patent claims licensable
/base/powermgr/battery_lite/
DLICENSE79 where such license applies only to those patent claims licensable
/base/global/resource_management/
DLICENSE79 where such license applies only to those patent claims licensable
/base/hiviewdfx/hitrace/
DLICENSE79 where such license applies only to those patent claims licensable
/base/global/system_resources/
DLICENSE81 where such license applies only to those patent claims licensable
/base/telephony/state_registry/
DLICENSE79 where such license applies only to those patent claims licensable
/base/telephony/sms_mms/
DLICENSE79 where such license applies only to those patent claims licensable
/base/security/access_token/
DLICENSE79 where such license applies only to those patent claims licensable
/base/security/selinux_adapter/
DLICENSE79 where such license applies only to those patent claims licensable
/base/notification/common_event_service/
DLICENSE79 where such license applies only to those patent claims licensable
/base/useriam/pin_auth/
DLICENSE79 where such license applies only to those patent claims licensable
/base/security/certificate_manager/
DLICENSE79 where such license applies only to those patent claims licensable
/base/telephony/cellular_data/
DLICENSE79 where such license applies only to those patent claims licensable
/base/hiviewdfx/blackbox/
DLICENSE79 where such license applies only to those patent claims licensable
/base/sensors/miscdevice/
DLICENSE79 where such license applies only to those patent claims licensable
/base/powermgr/thermal_manager/
DLICENSE79 where such license applies only to those patent claims licensable
/base/security/device_auth/
DLICENSE79 where such license applies only to those patent claims licensable
/base/startup/bootstrap_lite/
DLICENSE79 where such license applies only to those patent claims licensable
/base/powermgr/powermgr_lite/
DLICENSE79 where such license applies only to those patent claims licensable

1234