Home
last modified time | relevance | path

Searched refs:textfile_caseput (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluez/src/
Dtextfile.h33 int textfile_caseput(const char *pathname, const char *key, const char *value);
Dtextfile.c377 int textfile_caseput(const char *pathname, const char *key, const char *value) in textfile_caseput() function
Dstorage.c780 ret = textfile_caseput(filename, addr, new_str); in write_trust()
1238 return textfile_caseput(filename, addr, ""); in write_blocked()