Searched refs:objectPath (Results 1 – 9 of 9) sorted by relevance
/external/pigweed/pw_web/webconsole/components/repl/ |
D | autocomplete.ts | 27 var objectPath = require("object-path"); constant 93 if (objectPath.has(window, variableName)) { 94 return objectPath.get(window, variableName);
|
/external/tpm2-tss/src/tss2-fapi/ |
D | ifapi_policy_instantiate.c | 228 SAFE_FREE(pol_element->element.PolicySecret.objectPath); in ifapi_policyeval_instantiate_finish() 231 CHECK_TEMPLATE_PATH(pol_element->element.PolicySecret.objectPath, "PolicySecret"); in ifapi_policyeval_instantiate_finish() 233 r = context->callbacks.cbname(pol_element->element.PolicySecret.objectPath, in ifapi_policyeval_instantiate_finish() 238 SAFE_FREE(pol_element->element.PolicySecret.objectPath); in ifapi_policyeval_instantiate_finish()
|
D | ifapi_policy_types.h | 57 char *objectPath; /**< Path of the object */ member
|
D | ifapi_policy_json_serialize.c | 236 if ((in->objectPath) && strcmp(in->objectPath, "") != 0) { in ifapi_json_TPMS_POLICYSECRET_serialize() 239 r = ifapi_json_char_serialize(in->objectPath, &jso2); in ifapi_json_TPMS_POLICYSECRET_serialize()
|
D | ifapi_policy_json_deserialize.c | 277 out->objectPath = NULL; in ifapi_json_TPMS_POLICYSECRET_deserialize() 280 r = ifapi_json_char_deserialize(jso2, &out->objectPath); in ifapi_json_TPMS_POLICYSECRET_deserialize()
|
D | ifapi_helpers.c | 1018 SAFE_FREE(policy->element.PolicySecret.objectPath); in cleanup_policy_element() 1286 strdup_check(to_policy->element.PolicySecret.objectPath, in copy_policy_element() 1287 from_policy->element.PolicySecret.objectPath, r, error); in copy_policy_element()
|
/external/pigweed/ts/device/ |
D | index.ts | 15 import objectPath from 'object-path'; 87 objectPath.set(rpcMap, serviceKey,
|
/external/gson/gson/src/test/java/com/google/gson/stream/ |
D | JsonReaderPathTest.java | 104 @Test public void objectPath() throws IOException { in objectPath() method in JsonReaderPathTest
|
/external/tpm2-tss/test/unit/ |
D | fapi-json.c | 40 SAFE_FREE(policy->element.PolicySecret.objectPath); in cleanup_policy_element()
|