Home
last modified time | relevance | path

Searched refs:GetExecutableName (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/
Dsystem_utils.h19 std::string GetExecutableName();
Dsystem_utils.cpp19 std::string GetExecutableName() in GetExecutableName() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DProcess.inc199 static std::error_code GetExecutableName(SmallVectorImpl<char> &Filename) {
254 EC = GetExecutableName(Filename);
/third_party/node/tools/gyp/pylib/gyp/
Dxcode_emulation.py444 self.GetBundleExecutableFolderPath(), self.GetExecutableName()
493 def GetExecutableName(self): member in XcodeSettings
1759 env["EXECUTABLE_NAME"] = xcode_settings.GetExecutableName()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dxcode_emulation.py444 self.GetBundleExecutableFolderPath(), self.GetExecutableName()
493 def GetExecutableName(self): member in XcodeSettings
1753 env["EXECUTABLE_NAME"] = xcode_settings.GetExecutableName()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRendererVk.cpp1253 std::string appName = angle::GetExecutableName(); in initialize()