Home
last modified time | relevance | path

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

/external/angle/src/common/
Dsystem_utils.h19 std::string GetExecutableName();
Dsystem_utils.cpp19 std::string GetExecutableName() in GetExecutableName() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DProcess.inc199 static std::error_code GetExecutableName(SmallVectorImpl<char> &Filename) {
254 EC = GetExecutableName(Filename);
/external/llvm-project/llvm/lib/Support/Windows/
DProcess.inc205 static std::error_code GetExecutableName(SmallVectorImpl<char> &Filename) {
261 EC = GetExecutableName(Filename);
/external/angle/src/libANGLE/renderer/vulkan/
DRendererVk.cpp1008 std::string appName = angle::GetExecutableName(); in initialize()