Home
last modified time | relevance | path

Searched refs:exists (Results 1 – 25 of 29) sorted by relevance

12

/system/extras/brillo_config/
DAndroid.mk28 LOADED_BRILLO_PRODUCT_ID := $(call cfgtree-get-if-exists,brillo/product_id)
49 BRILLO_PRODUCT_VERSION := $(call cfgtree-get-if-exists,brillo/product_version)
/system/extras/systrace_analysis/
Danalyze_trace.py34 if not os.path.exists(chromium_trace_path):
38 if not os.path.exists(vinn_path):
/system/webservd/webservd/
Dlog_manager.cc110 bool exists = base::PathExists(file_path); in Log() local
114 if (exists) { in Log()
118 exists = !ArchiveLogFile(file_name); in Log()
121 if (exists) { in Log()
/system/update_engine/update_manager/
Dupdate_manager.conf.example9 # and use it if it exists. If it doesn't exist, we fall back to
/system/ca-certificates/google/
Dextract_from_pem.py36 while os.path.exists(file_path):
/system/tpm/trunks/
Dtpm_utility_impl.cc1508 bool exists = false; in CreateStorageRootKeys() local
1509 result = DoesPersistentKeyExist(kRSAStorageRootKey, &exists); in CreateStorageRootKeys()
1513 if (!exists) { in CreateStorageRootKeys()
1561 bool exists = false; in CreateStorageRootKeys() local
1562 result = DoesPersistentKeyExist(kECCStorageRootKey, &exists); in CreateStorageRootKeys()
1566 if (!exists) { in CreateStorageRootKeys()
1615 bool exists = false; in CreateSaltingKey() local
1616 TPM_RC result = DoesPersistentKeyExist(kSaltingKey, &exists); in CreateSaltingKey()
1620 if (exists) { in CreateSaltingKey()
1855 bool* exists) { in DoesPersistentKeyExist() argument
[all …]
Dtpm_utility_impl.h199 TPM_RC DoesPersistentKeyExist(TPMI_DH_PERSISTENT key_handle, bool* exists);
/system/core/crash_reporter/
DAndroid.mk105 LOADED_BRILLO_CRASH_SERVER := $(call cfgtree-get-if-exists,brillo/crash_server)
Duser_collector_test.cc358 bool exists; in TEST_F() member
370 EXPECT_EQ(expectations[i].exists, in TEST_F()
/system/connectivity/shill/doc/
Dmanager-api.txt151 and in the profile. If no matching service exists
196 while a separate configuration exists in the
207 service exists but its current profile antecedes
248 with it. If no service exists in memory that
259 If no service exists it is created.
512 It exists for application state only care about the
543 the current DeviceClaimer (if it exists).
727 values are "online" if at least one connection exists
Dprofile-api.txt133 This property exists only if the country code
Ddevice-api.txt477 of the localized name. If "localized_name" exists,
Dservice-api.txt607 This value only exists when the service is connected,
1581 configuration exists in the manager's
/system/connectivity/shill/bin/
Dwpa_debug48 # Returns whether or not $2 exists in $1 where $1 is a space
Dff_debug89 # Returns whether or not $2 exists in $1 where $1 is a space
/system/tpm/attestation/common/
Dcommon.proto62 // exists it can be expected that SHA1(pcr_source_hint) was extended into the
Dinterface.proto52 // More information about a server-side error. This only exists
/system/sepolicy/
Dseapp_contexts53 # regular expressions exists on all input and output selectors. Neverallow
/system/core/metricsd/
DREADME.md31 - Samples are uploaded only if the `/data/misc/metrics/enabled` file exists.
/system/core/adb/
Dtest_device.py1067 self.assertFalse(os.path.exists(tf.name))
1076 self.assertTrue(os.path.exists(tf.name))
/system/tools/aidl/docs/
Daidl-cpp.md104 exists for sending arbitrary Java serializables, Android Bundles, etc.
/system/core/libutils/
DREADME280 0x00000000 # no bool type exists in overlay package -> no header_block
/system/bt/doc/
Dstyle_guide.md159 mechanism exists. In other words, use `__func__` over `__FUNCTION__`.
/system/core/init/
Dreadme.txt292 will be updated if the directory exists already.
/system/tpm/trunks/generator/
Draw_commands.txt1258 an Index exists that corresponds to the handle (TPM_RC_HANDLE); and
1750 A special case exists when the command tag parameter is not an allowed value (TPM_ST_SESSIONS or
7676 versions) on which the new parent exists. This means that, each time an object is loaded under a
15302 // allows confirmation that the curve exists
18263 // If a DRTM sequence object exists, terminate it.
18324 If no DRTM Event Sequence context exists, this indication is discarded and no other action is perfo…
29895 d) The TPM shall return TPM_RC_NV_DEFINED if a persistent object exists with the same handle as
30806 property, the next higher value is returned, if it exists.
31098 If no next capability exists, the TPM will return a zero-length list and moreData will have a value…
31768 data associated with the NV Index. If a definition already exists at the NV Index, the TPM will ret…
[all …]

12