Searched refs:exist (Results 1 - 11 of 11) sorted by relevance

/system/extras/simpleperf/
H A Dcmd_report_test.cpp170 bool exist = false; local
173 exist = true;
177 if (!exist) {
/system/core/toolbox/
H A DAndroid.mk90 # The dependency line though gets evaluated now, so the PRIVATE_ copy doesn't exist yet,
/system/security/keystore/
H A Dkey_store_service.h44 int32_t exist(const String16& name, int targetUid);
H A Dkeystore_cli.cpp242 SINGLE_ARG_PLUS_UID_INT_RETURN(exist);
H A Dkeystore_client_impl.cpp358 int32_t error_code = mapKeystoreError(keystore_->exist(key_name16, kDefaultUID));
H A DIKeystoreService.cpp562 virtual int32_t exist(const String16& name, int uid) function in class:android::BpKeystoreService
570 ALOGD("exist() could not contact remote: %d\n", status);
576 ALOGD("exist() caught exception %d\n", err);
1440 int32_t ret = exist(name, uid);
H A Dkey_store_service.cpp126 int32_t KeyStoreService::exist(const String16& name, int targetUid) { function in class:android::KeyStoreService
/system/sepolicy/
H A Daccess_vectors590 exist
H A Dapp.te228 allow { appdomain -isolated_app } keystore:keystore_key { get_state get insert delete exist list sign verify };
/system/security/keystore/include/keystore/
H A DIKeystoreService.h164 virtual int32_t exist(const String16& name, int uid) = 0;
/system/extras/perfprofd/tests/
H A Dperfprofd_test.cc309 runner.addToConfig("config_directory=/does/not/exist");
323 W: unable to open config directory /does/not/exist: (No such file or directory)
387 runner.addToConfig("perf_path=/does/not/exist");
455 runner.addToConfig("destination_directory=/does/not/exist");

Completed in 113 milliseconds