Searched refs:bundlePath (Results 1 – 5 of 5) sorted by relevance
89 SkString bundlePath; in sk_fopen() local90 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() local159 if (ios_get_path_in_bundle(path, &bundlePath)) { in sk_isdir()160 if (0 != stat(bundlePath.c_str(), &status)) { in sk_isdir()
96 async function verify(bundlePath, artifactPath) { argument101 const bundleFile = fs_1.default.readFileSync(bundlePath);
20 return [[[NSBundle mainBundle] bundlePath] hasSuffix:@".app"];
68 ourUrl = [NSURL fileURLWithPath: [[NSBundle mainBundle] bundlePath]];
266 NSString* dataPath = [[NSBundle mainBundle] bundlePath];