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

  /external/bluetooth/bluez/src/
textfile.h 28 int create_file(const char *filename, const mode_t mode);
storage.c 85 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
98 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
131 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
162 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
220 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
254 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
287 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
331 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
369 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
419 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)
    [all...]
textfile.c 81 int create_file(const char *filename, const mode_t mode) function
  /bionic/libc/tools/
gensyscalls.py 43 def create_file( relpath ): function
402 fp = create_file( path )
466 fp = create_file( path )
483 fp = create_file( path )
505 fp = create_file( fname )
513 fp = create_file( fname )
521 fp = create_file( fname )
529 fp = create_file( fname )
  /external/bluetooth/bluez/compat/
sdp.c 119 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);

Completed in 784 milliseconds