HomeSort by relevance Sort by last modified time
    Searched defs:must_exist (Results 1 - 4 of 4) 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/lldb/source/Symbol/
ObjectFile.cpp 89 const bool must_exist = true; local
90 if (ObjectFile::SplitArchivePathWithObject (path_with_object, archive_file, archive_object, must_exist))
572 ObjectFile::SplitArchivePathWithObject (const char *path_with_object, FileSpec &archive_file, ConstString &archive_object, bool must_exist)
585 if (must_exist && !archive_file.Exists())
  /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/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARFDebugMap.cpp 494 const bool must_exist = true; local
499 must_exist))
    [all...]

Completed in 412 milliseconds