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

/external/chromium_org/third_party/skia/experimental/FileReaderApp/
H A DReaderView.cpp14 #define FILE_PATH "/Users/yangsu/Code/test/test.a" macro
37 //The file specified by FILE_PATH MUST exist
38 FILE* f = fopen(FILE_PATH, "rb");
/external/skia/experimental/FileReaderApp/
H A DReaderView.cpp14 #define FILE_PATH "/Users/yangsu/Code/test/test.a" macro
37 //The file specified by FILE_PATH MUST exist
38 FILE* f = fopen(FILE_PATH, "rb");
/external/chromium_org/third_party/skia/samplecode/
H A DSampleApp.cpp72 #define FILE_PATH "/path/to/drawing.data" macro
817 FILE* f = fopen(FILE_PATH, "wb");
2196 FILE* f = fopen(FILE_PATH, "ab");
/external/skia/samplecode/
H A DSampleApp.cpp71 #define FILE_PATH "/path/to/drawing.data" macro
819 FILE* f = fopen(FILE_PATH, "wb");
2211 FILE* f = fopen(FILE_PATH, "ab");

Completed in 205 milliseconds