Home
last modified time | relevance | path

Searched refs:objectPath (Results 1 – 9 of 9) sorted by relevance

/external/pigweed/pw_web/webconsole/components/repl/
Dautocomplete.ts27 var objectPath = require("object-path"); constant
93 if (objectPath.has(window, variableName)) {
94 return objectPath.get(window, variableName);
/external/tpm2-tss/src/tss2-fapi/
Difapi_policy_instantiate.c228 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()
Difapi_policy_types.h57 char *objectPath; /**< Path of the object */ member
Difapi_policy_json_serialize.c236 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()
Difapi_policy_json_deserialize.c277 out->objectPath = NULL; in ifapi_json_TPMS_POLICYSECRET_deserialize()
280 r = ifapi_json_char_deserialize(jso2, &out->objectPath); in ifapi_json_TPMS_POLICYSECRET_deserialize()
Difapi_helpers.c1018 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/
Dindex.ts15 import objectPath from 'object-path';
87 objectPath.set(rpcMap, serviceKey,
/external/gson/gson/src/test/java/com/google/gson/stream/
DJsonReaderPathTest.java104 @Test public void objectPath() throws IOException { in objectPath() method in JsonReaderPathTest
/external/tpm2-tss/test/unit/
Dfapi-json.c40 SAFE_FREE(policy->element.PolicySecret.objectPath); in cleanup_policy_element()