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

  /external/bluetooth/bluez/src/
textfile.h 28 int create_file(const char *filename, const mode_t mode);
storage.c 92 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
105 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
138 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
169 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
227 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
261 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
294 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
338 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
376 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
423 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
453 fp = create_file( path )
517 fp = create_file( path )
534 fp = create_file( path )
556 fp = create_file( fname )
564 fp = create_file( fname )
572 fp = create_file( fname )
580 fp = create_file( fname )
  /ndk/sources/host-tools/make-3.81/tests/
test_driver.pl 678 &create_file (&get_basefile, $answer);
924 sub create_file subroutine
963 &create_file ("$basedir/$path", $1 . "\n");
  /external/bluetooth/bluez/compat/
sdp.c 119 create_file(filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);

Completed in 40 milliseconds