Home
last modified time | relevance | path

Searched refs:bundlePath (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/ports/
DSkOSFile_stdio.cpp89 SkString bundlePath; in sk_fopen() local
90 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() local
159 if (ios_get_path_in_bundle(path, &bundlePath)) { in sk_isdir()
160 if (0 != stat(bundlePath.c_str(), &status)) { in sk_isdir()
/third_party/node/deps/npm/node_modules/sigstore/dist/cli/
Dindex.js96 async function verify(bundlePath, artifactPath) { argument
101 const bundleFile = fs_1.default.readFileSync(bundlePath);
/third_party/cef/tests/shared/browser/
Dresource_util_mac.mm20 return [[[NSBundle mainBundle] bundlePath] hasSuffix:@".app"];
/third_party/python/Mac/PythonLauncher/
DMyAppDelegate.m68 ourUrl = [NSURL fileURLWithPath: [[NSBundle mainBundle] bundlePath]];
/third_party/vk-gl-cts/framework/platform/ios/
DtcuIOSApp.mm266 NSString* dataPath = [[NSBundle mainBundle] bundlePath];