Home
last modified time | relevance | path

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

/external/skqp/src/ports/
DSkOSFile_stdio.cpp89 if (ios_get_path_in_bundle(path, &bundlePath)) { in sk_fopen()
158 if (ios_get_path_in_bundle(path, &bundlePath)) { in sk_isdir()
DSkOSFile_posix.cpp40 return (kRead_SkFILE_Flag == flags && ios_get_path_in_bundle(path, nullptr)); in sk_exists()
160 if (!self.fDIR && ios_get_path_in_bundle(path, &self.fPath)) { in reset()
DSkOSFile_ios.h16 static bool ios_get_path_in_bundle(const char path[], SkString* result) { in ios_get_path_in_bundle() function
/external/skia/src/ports/
DSkOSFile_stdio.cpp89 if (ios_get_path_in_bundle(path, &bundlePath)) { in sk_fopen()
158 if (ios_get_path_in_bundle(path, &bundlePath)) { in sk_isdir()
DSkOSFile_posix.cpp40 return (kRead_SkFILE_Flag == flags && ios_get_path_in_bundle(path, nullptr)); in sk_exists()
160 if (!self.fDIR && ios_get_path_in_bundle(path, &self.fPath)) { in reset()
DSkOSFile_ios.h16 static bool ios_get_path_in_bundle(const char path[], SkString* result) { in ios_get_path_in_bundle() function