Home
last modified time | relevance | path

Searched refs:executable_path (Results 1 – 25 of 29) sorted by relevance

12

/third_party/python/Lib/ctypes/macholib/
Ddyld.py92 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/
Dtest-get-currentexe.c31 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()
Drunner-unix.c75 snprintf(executable_path, sizeof(executable_path), "%s", argv[0]); in platform_init()
106 args[n++] = executable_path; in process_start()
Drunner.h87 extern char executable_path[4096];
Drunner.c30 char executable_path[sizeof(executable_path)]; variable
Drunner-win.c69 strcpy(executable_path, argv[0]); in platform_init()
/third_party/gn/src/util/
Dexe_path.cc37 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/
Dspirv_test_framework.py222 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/
Dspirv_test_framework.py222 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/
Dspirv_test_framework.py222 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/
DBUILD.gn68 "@executable_path/Frameworks",
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
DBUILD.gn49 "@executable_path/",
/third_party/protobuf/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester.xcodeproj/
Dproject.pbxproj249 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/
Dproject.pbxproj405 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/
DBUILD.gn55 "@executable_path/",
/third_party/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester.xcodeproj/
Dproject.pbxproj269 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/
DBUILD.gn39 os_specific_option = "-install_name @executable_path/$sofile"
/third_party/node/deps/googletest/src/
Dgtest-death-test.cc790 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/
Dgtest-death-test.cc772 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/
Dgtest-death-test.cc771 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/
Ddawn_component.gni63 "@executable_path/",
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DBUILD.gn91 # 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/
Dproject.pbxproj862 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/
Dproject.pbxproj854 …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/
Dproject.pbxproj866 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
899 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";

12