Searched refs:ios_get_path_in_bundle (Results 1 – 3 of 3) sorted by relevance
86 if (ios_get_path_in_bundle(path, &bundlePath)) { in sk_fopen()149 if (!ios_get_path_in_bundle(path, &bundlePath)) { in sk_isdir()
47 return (kRead_SkFILE_Flag == flags && ios_get_path_in_bundle(path, nullptr)); in sk_exists()167 if (!self.fDIR && ios_get_path_in_bundle(path, &self.fPath)) { in reset()
18 static bool ios_get_path_in_bundle(const char path[], SkString* result) { in ios_get_path_in_bundle() function