Home
last modified time | relevance | path

Searched refs:BFile (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/hgl/
Dbitmap_wrapper.cpp139 BFile dump(filename, B_CREATE_FILE | B_WRITE_ONLY); in dump_bitmap()
/external/clang/tools/libclang/
DCIndex.cpp7975 CXFile BFile; in operator <<() local
7977 clang_getFileLocation(BLoc, &BFile, &BLine, &BColumn, nullptr); in operator <<()
7983 CXString BFileName = clang_getFileName(BFile); in operator <<()
7984 if (BFile == EFile) { in operator <<()