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

  /external/skqp/src/ports/
SkOSFile_stdio.cpp 48 SkString bundlePath;
49 if (ios_get_path_in_bundle(path, &bundlePath)) {
50 file = fopen(bundlePath.c_str(), perm);
117 SkString bundlePath;
118 if (ios_get_path_in_bundle(path, &bundlePath)) {
119 if (0 != stat(bundlePath.c_str(), &status)) {
  /external/skia/src/ports/
SkOSFile_stdio.cpp 88 SkString bundlePath;
89 if (ios_get_path_in_bundle(path, &bundlePath)) {
90 file = fopen(bundlePath.c_str(), perm);
157 SkString bundlePath;
158 if (ios_get_path_in_bundle(path, &bundlePath)) {
159 if (0 != stat(bundlePath.c_str(), &status)) {
  /external/deqp/framework/platform/ios/
tcuIOSApp.mm 266 NSString* dataPath = [[NSBundle mainBundle] bundlePath];
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 92 milliseconds