HomeSort by relevance Sort by last modified time
    Searched defs:ucb (Results 1 - 2 of 2) sorted by null

  /system/core/debuggerd/
unwind-arm.c 310 Fill in the relevant fields of the UCB.
475 _Unwind_Control_Block ucb; local
476 _Unwind_Control_Block *ucbp = &ucb;
526 caches these in the exception header (UCB). To avoid
528 the UCB. */
  /frameworks/base/services/java/com/android/server/
MountService.java 339 UnmountCallBack ucb = (UnmountCallBack) msg.obj; local
340 mForceUnmounts.add(ucb);
361 UnmountCallBack ucb = mForceUnmounts.get(i); local
362 String path = ucb.path;
364 if (!ucb.force) {
380 if (!done && (ucb.retries < MAX_UNMOUNT_RETRIES)) {
385 ucb.retries++),
388 if (ucb.retries >= MAX_UNMOUNT_RETRIES) {
394 ucb));
405 UnmountCallBack ucb = (UnmountCallBack) msg.obj local
1145 ShutdownCallBack ucb = new ShutdownCallBack(path, observer); local
1250 UnmountCallBack ucb = new UnmountCallBack(path, force); local
    [all...]

Completed in 52 milliseconds