HomeSort by relevance Sort by last modified time
    Searched full:delete_user (Results 1 - 7 of 7) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/iam/
test_connection.py 46 iam.delete_user(username)
  /system/core/gatekeeperd/
gatekeeperd.cpp 294 if (device != NULL && device->delete_user != NULL) {
295 device->delete_user(device, uid);
  /hardware/libhardware/include/hardware/
gatekeeper.h 159 int (*delete_user)(const struct gatekeeper_device *dev, uint32_t uid); member in struct:gatekeeper_device
  /system/core/trusty/gatekeeper/
trusty_gatekeeper.cpp 55 device_.delete_user = nullptr;
  /external/autotest/frontend/afe/doctests/
001_rpc_test.txt 205 >>> rpc_interface.delete_user('showard')
    [all...]
  /external/autotest/frontend/afe/
rpc_interface.py 648 def delete_user(id): function
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/iam/
connection.py 359 def delete_user(self, user_name): member in class:IAMConnection
    [all...]

Completed in 375 milliseconds