/system/extras/brillo_config/ |
D | Android.mk | 28 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/ |
D | analyze_trace.py | 34 if not os.path.exists(chromium_trace_path): 38 if not os.path.exists(vinn_path):
|
/system/webservd/webservd/ |
D | log_manager.cc | 110 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/ |
D | update_manager.conf.example | 9 # and use it if it exists. If it doesn't exist, we fall back to
|
/system/ca-certificates/google/ |
D | extract_from_pem.py | 36 while os.path.exists(file_path):
|
/system/tpm/trunks/ |
D | tpm_utility_impl.cc | 1508 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 …]
|
D | tpm_utility_impl.h | 199 TPM_RC DoesPersistentKeyExist(TPMI_DH_PERSISTENT key_handle, bool* exists);
|
/system/core/crash_reporter/ |
D | Android.mk | 105 LOADED_BRILLO_CRASH_SERVER := $(call cfgtree-get-if-exists,brillo/crash_server)
|
D | user_collector_test.cc | 358 bool exists; in TEST_F() member 370 EXPECT_EQ(expectations[i].exists, in TEST_F()
|
/system/connectivity/shill/doc/ |
D | manager-api.txt | 151 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
|
D | profile-api.txt | 133 This property exists only if the country code
|
D | device-api.txt | 477 of the localized name. If "localized_name" exists,
|
D | service-api.txt | 607 This value only exists when the service is connected, 1581 configuration exists in the manager's
|
/system/connectivity/shill/bin/ |
D | wpa_debug | 48 # Returns whether or not $2 exists in $1 where $1 is a space
|
D | ff_debug | 89 # Returns whether or not $2 exists in $1 where $1 is a space
|
/system/tpm/attestation/common/ |
D | common.proto | 62 // exists it can be expected that SHA1(pcr_source_hint) was extended into the
|
D | interface.proto | 52 // More information about a server-side error. This only exists
|
/system/sepolicy/ |
D | seapp_contexts | 53 # regular expressions exists on all input and output selectors. Neverallow
|
/system/core/metricsd/ |
D | README.md | 31 - Samples are uploaded only if the `/data/misc/metrics/enabled` file exists.
|
/system/core/adb/ |
D | test_device.py | 1067 self.assertFalse(os.path.exists(tf.name)) 1076 self.assertTrue(os.path.exists(tf.name))
|
/system/tools/aidl/docs/ |
D | aidl-cpp.md | 104 exists for sending arbitrary Java serializables, Android Bundles, etc.
|
/system/core/libutils/ |
D | README | 280 0x00000000 # no bool type exists in overlay package -> no header_block
|
/system/bt/doc/ |
D | style_guide.md | 159 mechanism exists. In other words, use `__func__` over `__FUNCTION__`.
|
/system/core/init/ |
D | readme.txt | 292 will be updated if the directory exists already.
|
/system/tpm/trunks/generator/ |
D | raw_commands.txt | 1258 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 …]
|