HomeSort by relevance Sort by last modified time
    Searched refs:wd_ref (Results 1 - 4 of 4) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_darwin_arm.c 134 CFStringRef wd_ref = CFBundleGetValueForInfoDictionaryKey(bundle, CFSTR("GoExecWrapperWorkingDirectory")); local
135 if (wd_ref != NULL) {
136 if (!CFStringGetCString(wd_ref, buf, sizeof(buf), kCFStringEncodingUTF8)) {
gcc_darwin_arm64.c 136 CFStringRef wd_ref = CFBundleGetValueForInfoDictionaryKey(bundle, CFSTR("GoExecWrapperWorkingDirectory")); local
137 if (wd_ref != NULL) {
138 if (!CFStringGetCString(wd_ref, buf, sizeof(buf), kCFStringEncodingUTF8)) {
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_darwin_arm.c 134 CFStringRef wd_ref = CFBundleGetValueForInfoDictionaryKey(bundle, CFSTR("GoExecWrapperWorkingDirectory")); local
135 if (wd_ref != NULL) {
136 if (!CFStringGetCString(wd_ref, buf, sizeof(buf), kCFStringEncodingUTF8)) {
gcc_darwin_arm64.c 136 CFStringRef wd_ref = CFBundleGetValueForInfoDictionaryKey(bundle, CFSTR("GoExecWrapperWorkingDirectory")); local
137 if (wd_ref != NULL) {
138 if (!CFStringGetCString(wd_ref, buf, sizeof(buf), kCFStringEncodingUTF8)) {

Completed in 87 milliseconds