Searched defs:cc (Results 1 - 4 of 4) sorted by relevance

/build/make/tools/libhost/
H A DCopyFile.c91 /* its winsup/cygwin/fhandler_disk_file.cc to emulate this, too complex for us) */
447 int cc, statResult; local
470 cc = mkdir(dst, 0755);
471 if (cc != 0) {
/build/tools/libhost/
H A DCopyFile.c91 /* its winsup/cygwin/fhandler_disk_file.cc to emulate this, too complex for us) */
447 int cc, statResult; local
470 cc = mkdir(dst, 0755);
471 if (cc != 0) {
/build/core/
H A Ddefinitions.mk1004 ## Merge multiple .d files generated by llvm-rs-cc. This is necessary
1006 ## .d files generated by llvm-rs-cc define .stamp, .bc, and optionally
1186 ## Commands for running protoc to compile .proto into .pb.cc (or.pb.c) and .pb.h
1190 define transform-proto-to-cc
1199 @# aprotoc outputs only .cc. Rename it to .cpp if necessary.
1201 $(hide) mv $(basename $@).cc $@)
/build/make/core/
H A Ddefinitions.mk1004 ## Merge multiple .d files generated by llvm-rs-cc. This is necessary
1006 ## .d files generated by llvm-rs-cc define .stamp, .bc, and optionally
1186 ## Commands for running protoc to compile .proto into .pb.cc (or.pb.c) and .pb.h
1190 define transform-proto-to-cc
1199 @# aprotoc outputs only .cc. Rename it to .cpp if necessary.
1201 $(hide) mv $(basename $@).cc $@)

Completed in 91 milliseconds