Home | History | Annotate | Download | only in aidl

Lines Matching full:fopen

641         to = fopen(fileName.c_str(), "wb");
643 to = fopen(options.depFileName.c_str(), "wb");
767 FILE* f = fopen(filename.c_str(), "rb");