Searched refs:ios_get_path_in_bundle (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/ports/ |
D | SkOSFile_stdio.cpp | 89 if (ios_get_path_in_bundle(path, &bundlePath)) { in sk_fopen() 158 if (ios_get_path_in_bundle(path, &bundlePath)) { in sk_isdir()
|
D | SkOSFile_posix.cpp | 40 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()
|
D | SkOSFile_ios.h | 16 static bool ios_get_path_in_bundle(const char path[], SkString* result) { in ios_get_path_in_bundle() function
|
/external/skia/src/ports/ |
D | SkOSFile_stdio.cpp | 89 if (ios_get_path_in_bundle(path, &bundlePath)) { in sk_fopen() 158 if (ios_get_path_in_bundle(path, &bundlePath)) { in sk_isdir()
|
D | SkOSFile_posix.cpp | 40 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()
|
D | SkOSFile_ios.h | 16 static bool ios_get_path_in_bundle(const char path[], SkString* result) { in ios_get_path_in_bundle() function
|