Home
last modified time | relevance | path

Searched refs:bundlePath (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/ports/
H A DSkOSFile_stdio.cpp89 SkString bundlePath; in sk_fopen() local
90 if (ios_get_path_in_bundle(path, &bundlePath)) { in sk_fopen()
91 file = fopen(bundlePath.c_str(), perm); in sk_fopen()
158 SkString bundlePath; in sk_isdir() local
159 if (ios_get_path_in_bundle(path, &bundlePath)) { in sk_isdir()
160 if (0 != stat(bundlePath.c_str(), &status)) { in sk_isdir()

Completed in 1 milliseconds