Home
last modified time | relevance | path

Searched refs:_NSGetExecutablePath (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/
Dsystem_utils_apple.cpp29 _NSGetExecutablePath(nullptr, &size); in GetExecutablePath()
34 _NSGetExecutablePath(buffer.data(), &size); in GetExecutablePath()
/third_party/cef/tests/shared/browser/
Dresource_util_mac.mm34 _NSGetExecutablePath(nullptr, &pathSize);
37 _NSGetExecutablePath(const_cast<char*>(dir.c_str()), &pathSize);
/third_party/gn/src/util/
Dexe_path.cc35 _NSGetExecutablePath(NULL, &executable_length); in GetExePath()
38 int rv = _NSGetExecutablePath( in GetExePath()
/third_party/cef/libcef_dll/sandbox/
Dsandbox_mac.mm16 int rv = _NSGetExecutablePath(NULL, &exec_path_size);
22 rv = _NSGetExecutablePath(exec_path.get(), &exec_path_size);
/third_party/cef/libcef_dll/wrapper/
Dcef_library_loader_mac.mm23 int rv = _NSGetExecutablePath(NULL, &exec_path_size);
29 rv = _NSGetExecutablePath(exec_path.get(), &exec_path_size);
/third_party/skia/third_party/externals/dawn/src/common/
DSystemUtils.cpp111 _NSGetExecutablePath(nullptr, &size); in GetExecutablePath()
114 if (_NSGetExecutablePath(buffer.data(), &size) != 0) { in GetExecutablePath()
/third_party/python/Mac/Tools/
Dpythonw.c163 status = _NSGetExecutablePath(path, &size); in main()
/third_party/mesa3d/src/util/
Du_process.c207 int result = _NSGetExecutablePath(process_path, &bufSize); in util_get_process_exec_path()
/third_party/libuv/src/unix/
Ddarwin.c86 if (_NSGetExecutablePath(exepath, &exepath_size)) in uv_exepath()
/third_party/node/deps/uv/src/unix/
Ddarwin.c86 if (_NSGetExecutablePath(exepath, &exepath_size)) in uv_exepath()
/third_party/python/Modules/
Dgetpath.c938 if (_NSGetExecutablePath(execpath, &nsexeclength) != 0 in calculate_program_macos()
/third_party/rust/crates/libc/libc-test/semver/
Dapple.txt1668 _NSGetExecutablePath
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DPath.inc158 if (_NSGetExecutablePath(exe_path, &size) == 0) {
/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc201 if (_NSGetExecutablePath(dirtybuffer, &size) == 0) { in GetProtocAbsolutePath()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DPath.inc189 if (_NSGetExecutablePath(exe_path, &size) == 0) {
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs5738 pub fn _NSGetExecutablePath(buf: *mut ::c_char, bufsize: *mut u32) -> ::c_int; in _NSGetExecutablePath() function