Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:CFBundleRef
(Results
1 - 8
of
8
) sorted by relevance
/third_party/libuv/src/unix/
H
A
D
darwin-proctitle.c
59
CFBundleRef
(*pCFBundleGetBundleWithIdentifier)(CFStringRef);
in uv__set_process_title()
60
void *(*pCFBundleGetDataPointerForName)(
CFBundleRef
, CFStringRef);
in uv__set_process_title()
61
void *(*pCFBundleGetFunctionPointerForName)(
CFBundleRef
, CFStringRef);
in uv__set_process_title()
70
CFBundleRef
launch_services_bundle;
in uv__set_process_title()
72
CFDictionaryRef (*pCFBundleGetInfoDictionary)(
CFBundleRef
);
in uv__set_process_title()
73
CFBundleRef
(*pCFBundleGetMainBundle)(void);
in uv__set_process_title()
H
A
D
darwin-stub.h
44
typedef void*
CFBundleRef
;
typedef
/third_party/node/deps/uv/src/unix/
H
A
D
darwin-proctitle.c
59
CFBundleRef
(*pCFBundleGetBundleWithIdentifier)(CFStringRef);
in uv__set_process_title()
60
void *(*pCFBundleGetDataPointerForName)(
CFBundleRef
, CFStringRef);
in uv__set_process_title()
61
void *(*pCFBundleGetFunctionPointerForName)(
CFBundleRef
, CFStringRef);
in uv__set_process_title()
70
CFBundleRef
launch_services_bundle;
in uv__set_process_title()
72
CFDictionaryRef (*pCFBundleGetInfoDictionary)(
CFBundleRef
);
in uv__set_process_title()
73
CFBundleRef
(*pCFBundleGetMainBundle)(void);
in uv__set_process_title()
H
A
D
darwin-stub.h
45
typedef void*
CFBundleRef
;
typedef
/third_party/vulkan-loader/tests/framework/shim/
H
A
D
unix_shim.cpp
314
FRAMEWORK_EXPORT
CFBundleRef
my_CFBundleGetMainBundle() {
in my_CFBundleGetMainBundle()
315
static
CFBundleRef
global_bundle{};
in my_CFBundleGetMainBundle()
316
return reinterpret_cast<
CFBundleRef
>(&global_bundle);
in my_CFBundleGetMainBundle()
318
FRAMEWORK_EXPORT CFURLRef my_CFBundleCopyResourcesDirectoryURL([[maybe_unused]]
CFBundleRef
bundle) {
in my_CFBundleCopyResourcesDirectoryURL()
/third_party/skia/src/ports/
H
A
D
SkOSFile_ios.h
20
CFBundleRef
mainBundle = CFBundleGetMainBundle();
in ios_get_path_in_bundle()
/third_party/glfw/src/
H
A
D
cocoa_platform.h
134
CFBundleRef
framework;
186
CFBundleRef
bundle;
/third_party/vulkan-loader/loader/
H
A
D
loader.c
3184
CFBundleRef
main_bundle = CFBundleGetMainBundle();
Completed in 12 milliseconds