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

  /system/extras/tests/sdcard/
sysutil.cpp 77 int readStringFromFile(const char *filename, char *const start, size_t size, bool must_exist=true)
88 if (ENOENT != errno || must_exist)
146 int writeStringToFile(const char *filename, const char *start, bool must_exist=true)
153 if (ENOENT != errno || must_exist)
  /external/qemu/distrib/sdl-1.2.15/src/file/
SDL_rwops.c 55 DWORD must_exist, truncate; local
73 must_exist = ( SDL_strchr(mode,'r') != NULL ) ? OPEN_EXISTING : 0;
75 r_right = ( SDL_strchr(mode,'+') != NULL || must_exist ) ? GENERIC_READ : 0;
101 NULL, (must_exist|truncate|a_mode), FILE_ATTRIBUTE_NORMAL,NULL);
137 NULL, (must_exist|truncate|a_mode), FILE_ATTRIBUTE_NORMAL,NULL);
164 NULL, (must_exist|truncate|a_mode), FILE_ATTRIBUTE_NORMAL,NULL);
  /external/valgrind/main/perf/
vg_perf.in 102 my ($dir, $prog, $must_exist, $must_be_executable) = @_;
108 if ($must_exist) {
  /external/valgrind/main/tests/
vg_regtest.in 181 my ($dir, $prog, $must_exist, $must_be_executable) = @_;
187 if ($must_exist) {
  /external/ppp/pppd/
pppd.h 480 pid_t run_program __P((char *prog, char **args, int must_exist,
676 int options_from_file __P((char *filename, int must_exist, int check_prot,
    [all...]
main.c     [all...]
options.c 387 options_from_file(filename, must_exist, check_prot, priv)
389 int must_exist;
410 if (!must_exist) {
    [all...]

Completed in 145 milliseconds