/third_party/python/Lib/ctypes/macholib/ |
D | dyld.py | 92 def dyld_executable_path_search(name, executable_path=None): argument 96 if name.startswith('@executable_path/') and executable_path is not None: 97 yield os.path.join(executable_path, name[len('@executable_path/'):]) 121 def dyld_find(name, executable_path=None, env=None): argument 127 dyld_executable_path_search(name, executable_path), 141 def framework_find(fn, executable_path=None, env=None): argument 152 return dyld_find(fn, executable_path=executable_path, env=env) 161 return dyld_find(fn, executable_path=executable_path, env=env)
|
/third_party/libuv/test/ |
D | test-get-currentexe.c | 31 extern char executable_path[]; 50 snprintf(path, sizeof(path), "%s", executable_path); in TEST_IMPL() 52 ASSERT_NOT_NULL(realpath(executable_path, path)); in TEST_IMPL()
|
D | runner-unix.c | 75 snprintf(executable_path, sizeof(executable_path), "%s", argv[0]); in platform_init() 106 args[n++] = executable_path; in process_start()
|
D | runner.h | 87 extern char executable_path[4096];
|
D | runner.c | 30 char executable_path[sizeof(executable_path)]; variable
|
D | runner-win.c | 69 strcpy(executable_path, argv[0]); in platform_init()
|
/third_party/gn/src/util/ |
D | exe_path.cc | 37 std::string executable_path; in GetExePath() local 39 base::WriteInto(&executable_path, executable_length), &executable_length); in GetExePath() 46 return base::MakeAbsoluteFilePath(base::FilePath(executable_path)); in GetExePath()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/ |
D | spirv_test_framework.py | 222 def __init__(self, executable_path, assembler_path, disassembler_path): argument 223 self.executable_path = executable_path 312 self.command = [self.test_manager.executable_path]
|
/third_party/skia/third_party/externals/spirv-tools/test/tools/ |
D | spirv_test_framework.py | 222 def __init__(self, executable_path, assembler_path, disassembler_path): argument 223 self.executable_path = executable_path 312 self.command = [self.test_manager.executable_path]
|
/third_party/spirv-tools/test/tools/ |
D | spirv_test_framework.py | 222 def __init__(self, executable_path, assembler_path, disassembler_path): argument 223 self.executable_path = executable_path 312 self.command = [self.test_manager.executable_path]
|
/third_party/gn/examples/ios/build/ |
D | BUILD.gn | 68 "@executable_path/Frameworks",
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
D | BUILD.gn | 49 "@executable_path/",
|
/third_party/protobuf/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester.xcodeproj/ |
D | project.pbxproj | 249 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; 261 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
|
/third_party/skia/third_party/externals/imgui/examples/example_apple_metal/example_apple_metal.xcodeproj/ |
D | project.pbxproj | 405 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 422 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 440 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; 457 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
|
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/ |
D | BUILD.gn | 55 "@executable_path/",
|
/third_party/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester.xcodeproj/ |
D | project.pbxproj | 269 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; 280 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
/third_party/gn/examples/simple_build/build/toolchain/ |
D | BUILD.gn | 39 os_specific_option = "-install_name @executable_path/$sofile"
|
/third_party/node/deps/googletest/src/ |
D | gtest-death-test.cc | 790 char executable_path[_MAX_PATH + 1]; // NOLINT in AssumeRole() local 792 executable_path, in AssumeRole() 815 executable_path, const_cast<char*>(command_line.c_str()), in AssumeRole()
|
/third_party/googletest/googletest/src/ |
D | gtest-death-test.cc | 772 char executable_path[_MAX_PATH + 1]; // NOLINT in AssumeRole() local 774 executable_path, in AssumeRole() 797 executable_path, const_cast<char*>(command_line.c_str()), in AssumeRole()
|
/third_party/mesa3d/src/gtest/src/ |
D | gtest-death-test.cc | 771 char executable_path[_MAX_PATH + 1]; // NOLINT in AssumeRole() local 773 executable_path, in AssumeRole() 797 executable_path, const_cast<char*>(command_line.c_str()), in AssumeRole()
|
/third_party/skia/third_party/externals/dawn/scripts/ |
D | dawn_component.gni | 63 "@executable_path/",
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | BUILD.gn | 91 # Config that adds the @executable_path rpath if needed so that Swiftshader or the Vulkan loader ar… 97 "@executable_path/",
|
/third_party/protobuf/objectivec/ProtocolBuffers_tvOS.xcodeproj/ |
D | project.pbxproj | 862 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; 892 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
/third_party/protobuf/objectivec/ProtocolBuffers_OSX.xcodeproj/ |
D | project.pbxproj | 854 …LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; 878 …LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
|
/third_party/protobuf/objectivec/ProtocolBuffers_iOS.xcodeproj/ |
D | project.pbxproj | 866 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; 899 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|