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

  /external/bluetooth/bluez/test/
test-textfile.c 72 if (textfile_put(filename, key, value) < 0)
82 if (textfile_put(filename, key, value) < 0)
85 if (textfile_put(filename, key, value) < 0)
88 if (textfile_put(filename, key, value) < 0)
109 if (textfile_put(filename, key, value) < 0) {
128 if (textfile_put(filename, key, value) < 0)
137 if (textfile_put(filename, key, value) < 0)
  /external/bluetooth/bluez/src/
textfile.h 32 int textfile_put(const char *pathname, const char *key, const char *value);
storage.c 87 return textfile_put(filename, dst, alias);
100 return textfile_put(filename, "discovto", str);
133 return textfile_put(filename, "pairto", str);
165 textfile_put(filename, "onmode", mode);
167 return textfile_put(filename, "mode", mode);
222 return textfile_put(filename, "name", str);
256 return textfile_put(filename, "class", str);
292 return textfile_put(filename, addr, str);
334 return textfile_put(filename, addr, str);
372 return textfile_put(filename, addr, str)
    [all...]
textfile.c 350 int textfile_put(const char *pathname, const char *key, const char *value) function
  /external/bluetooth/bluez/compat/
sdp.c 122 err = textfile_put(filename, addr, str);

Completed in 66 milliseconds