Home
last modified time | relevance | path

Searched refs:create_file (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/bluez/src/
Dstorage.c85 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in write_device_alias()
98 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in write_discoverable_timeout()
131 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in write_pairable_timeout()
162 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in write_device_mode()
220 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in write_local_name()
254 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in write_local_class()
287 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in write_remote_class()
331 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in write_device_name()
369 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in write_remote_eir()
419 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in write_l2cap_info()
[all …]
Dtextfile.h28 int create_file(const char *filename, const mode_t mode);
Dtextfile.c81 int create_file(const char *filename, const mode_t mode) in create_file() function
/external/bluetooth/bluez/compat/
Dsdp.c119 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in store_device_info()
/external/bluetooth/bluez/
DChangeLog1004 Move create_dirs() and create_file() into the textfile library.