HomeSort by relevance Sort by last modified time
    Searched refs:id_prefix (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/components/policy/core/common/
policy_loader_mac.cc 106 std::string id_prefix(base::mac::BaseBundleID());
107 id_prefix.append(".").append(domain_name).append(".");
116 LoadPolicyForComponent(id_prefix + it->first, it->second, &policy);
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
valparam.c 68 yasm_vp_create_id(/*@keep@*/ char *v, /*@keep@*/ char *p, int id_prefix)
74 r->id_prefix = (char)id_prefix;
85 r->id_prefix = '\0';
96 r->id_prefix = '\0';
137 if (vp->param.id[0] == vp->id_prefix)
valparam.h 62 char id_prefix; member in struct:yasm_valparam
113 * \param id_prefix identifier prefix for raw identifiers
118 int id_prefix);

Completed in 174 milliseconds