/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/valgrind/main/perf/ |
vg_perf | 102 my ($dir, $prog, $must_exist, $must_be_executable) = @_; 108 if ($must_exist) {
|
vg_perf.in | 102 my ($dir, $prog, $must_exist, $must_be_executable) = @_; 108 if ($must_exist) {
|
/external/qemu/distrib/sdl-1.2.12/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); 109 NULL, (must_exist|truncate|a_mode), FILE_ATTRIBUTE_NORMAL,NULL);
|
/external/valgrind/main/tests/ |
vg_regtest | 149 my ($dir, $prog, $must_exist, $must_be_executable) = @_; 155 if ($must_exist) {
|
vg_regtest.in | 149 my ($dir, $prog, $must_exist, $must_be_executable) = @_; 155 if ($must_exist) {
|
/external/ppp/pppd/ |
pppd.h | 480 pid_t run_program __P((char *prog, char **args, int must_exist, 674 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...] |