Searched refs:_NSGetExecutablePath (Results 1 – 16 of 16) sorted by relevance
| /third_party/skia/third_party/externals/angle2/src/common/ |
| D | system_utils_apple.cpp | 29 _NSGetExecutablePath(nullptr, &size); in GetExecutablePath() 34 _NSGetExecutablePath(buffer.data(), &size); in GetExecutablePath()
|
| /third_party/cef/tests/shared/browser/ |
| D | resource_util_mac.mm | 34 _NSGetExecutablePath(nullptr, &pathSize); 37 _NSGetExecutablePath(const_cast<char*>(dir.c_str()), &pathSize);
|
| /third_party/gn/src/util/ |
| D | exe_path.cc | 35 _NSGetExecutablePath(NULL, &executable_length); in GetExePath() 38 int rv = _NSGetExecutablePath( in GetExePath()
|
| /third_party/cef/libcef_dll/sandbox/ |
| D | sandbox_mac.mm | 16 int rv = _NSGetExecutablePath(NULL, &exec_path_size); 22 rv = _NSGetExecutablePath(exec_path.get(), &exec_path_size);
|
| /third_party/cef/libcef_dll/wrapper/ |
| D | cef_library_loader_mac.mm | 23 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/ |
| D | SystemUtils.cpp | 111 _NSGetExecutablePath(nullptr, &size); in GetExecutablePath() 114 if (_NSGetExecutablePath(buffer.data(), &size) != 0) { in GetExecutablePath()
|
| /third_party/python/Mac/Tools/ |
| D | pythonw.c | 163 status = _NSGetExecutablePath(path, &size); in main()
|
| /third_party/mesa3d/src/util/ |
| D | u_process.c | 207 int result = _NSGetExecutablePath(process_path, &bufSize); in util_get_process_exec_path()
|
| /third_party/libuv/src/unix/ |
| D | darwin.c | 86 if (_NSGetExecutablePath(exepath, &exepath_size)) in uv_exepath()
|
| /third_party/node/deps/uv/src/unix/ |
| D | darwin.c | 86 if (_NSGetExecutablePath(exepath, &exepath_size)) in uv_exepath()
|
| /third_party/python/Modules/ |
| D | getpath.c | 938 if (_NSGetExecutablePath(execpath, &nsexeclength) != 0 in calculate_program_macos()
|
| /third_party/rust/crates/libc/libc-test/semver/ |
| D | apple.txt | 1668 _NSGetExecutablePath
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
| D | Path.inc | 158 if (_NSGetExecutablePath(exe_path, &size) == 0) {
|
| /third_party/protobuf/src/google/protobuf/compiler/ |
| D | command_line_interface.cc | 201 if (_NSGetExecutablePath(dirtybuffer, &size) == 0) { in GetProtocAbsolutePath()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
| D | Path.inc | 189 if (_NSGetExecutablePath(exe_path, &size) == 0) {
|
| /third_party/rust/crates/libc/src/unix/bsd/apple/ |
| D | mod.rs | 5738 pub fn _NSGetExecutablePath(buf: *mut ::c_char, bufsize: *mut u32) -> ::c_int; in _NSGetExecutablePath() function
|