HomeSort by relevance Sort by last modified time
    Searched refs:INC_STRING (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/tools/gyp/test/generator-output/src/
inc.h 1 #define INC_STRING "inc.h"
prog1.c 12 printf("Hello from %s\n", INC_STRING);
  /external/chromium_org/tools/gyp/test/include_dirs/src/
inc.h 1 #define INC_STRING "inc.h"
includes.c 11 printf("Hello from %s\n", INC_STRING);
  /external/chromium_org/tools/gyp/test/include_dirs/src/subdir/
inc.h 1 #define INC_STRING "subdir/inc.h"
subdir_includes.c 10 printf("Hello from %s\n", INC_STRING);
  /external/chromium_org/tools/gyp/test/generator-output/src/subdir2/
prog2.c 12 printf("Hello from %s\n", INC_STRING);
  /external/chromium_org/tools/gyp/test/generator-output/src/subdir3/
prog3.c 12 printf("Hello from %s\n", INC_STRING);

Completed in 35 milliseconds