Home
last modified time | relevance | path

Searched refs:ios_get_path_in_bundle (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/src/ports/
H A DSkOSFile_stdio.cpp86 if (ios_get_path_in_bundle(path, &bundlePath)) { in sk_fopen()
149 if (!ios_get_path_in_bundle(path, &bundlePath)) { in sk_isdir()
H A DSkOSFile_posix.cpp47 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()
H A DSkOSFile_ios.h18 static bool ios_get_path_in_bundle(const char path[], SkString* result) { in ios_get_path_in_bundle() function