HomeSort by relevance Sort by last modified time
    Searched defs:bundlePath (Results 1 - 3 of 3) 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)) {
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 378 milliseconds