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

  /external/chromium_org/chrome/browser/chromeos/cros/
network_property_ui_data.cc 24 const std::string& property_key) {
31 size_t pos = property_key.find_last_of('.');
33 std::string property_basename(property_key);
35 recommended_property_key = property_key.substr(0, pos + 1);
36 property_basename = property_key.substr(pos + 1);
46 if (onc->Get(property_key, &default_value))
network_property_ui_data.h 35 // |property_key|.
38 const std::string& property_key);
  /external/libselinux/src/
label_android_property.c 19 char *property_key; /* property key string */ member in struct:spec
36 if (strncmp(sp1->property_key,"*",1) == 0)
38 if (strncmp(sp2->property_key,"*",1) == 0)
41 size_t L1 = strlen(sp1->property_key);
42 size_t L2 = strlen(sp2->property_key);
59 if ((!strcmp(spec_arr[jj].property_key, curr_spec->property_key))) {
68 path, curr_spec->property_key,
75 path, curr_spec->property_key);
113 spec_arr[nspec].property_key = strdup(prop)
    [all...]
  /external/chromium_org/base/win/
win_util.h 64 const PROPERTYKEY& property_key,
70 const PROPERTYKEY& property_key,
win_util.cc 32 // Sets the value of |property_key| to |property_value| in |property_store|.
35 const PROPERTYKEY& property_key,
39 HRESULT result = property_store->SetValue(property_key, property_value.get());
135 const PROPERTYKEY& property_key,
144 property_key,
149 const PROPERTYKEY& property_key,
158 property_key,

Completed in 328 milliseconds