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

  /external/chromium_org/tools/gyp/test/lib/
TestCommon.py 43 test.must_exist('file1', ['file2', ...])
308 def must_exist(self, *files): member in class:TestCommon
  /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);

Completed in 195 milliseconds