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

  /external/dbus/
cleanup-man-pages.sh 28 (find . -maxdepth 1 -name "_*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all underscore-prefixed items"
29 (find . -maxdepth 1 -name "DBus*Internal*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all internal-containing items"
30 (find . -maxdepth 1 -name "dbus_*_internal_*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all internal-containing items"
65 (find . -maxdepth 1 -name "dbus_*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all dbus-prefixed items
    [all...]
  /build/tools/releasetools/
ota_from_target_files 95 """Items represent the metadata (user, group, mode) of files and
97 ITEMS = {}
126 if name not in cls.ITEMS:
127 cls.ITEMS[name] = Item(name, dir=dir)
128 return cls.ITEMS[name]
146 for i in cls.ITEMS.itervalues() if i.name])
153 i = cls.ITEMS.get(name, None)
162 i = cls.ITEMS.get("system/recovery-from-boot.p", None)
164 i = cls.ITEMS.get("system/etc/install-recovery.sh", None)
645 # Note that this call will mess up the tree of Items, so make sur
    [all...]

Completed in 562 milliseconds