HomeSort by relevance Sort by last modified time
    Searched refs:GetModuleFileNameA (Results 1 - 25 of 28) sorted by null

1 2

  /external/clang/tools/libclang/
CIndexer.cpp 59 GetModuleFileNameA((HINSTANCE)mbi.AllocationBase, path, MAX_PATH);
  /external/mesa3d/src/gallium/auxiliary/os/
os_process.c 75 GetModuleFileNameA(NULL, szProcessPath, ARRAY_SIZE(szProcessPath));
  /external/pdfium/testing/utils/
path_service.cpp 32 if (GetModuleFileNameA(NULL, path_buffer, MAX_PATH) == 0)
  /external/mdnsresponder/mDNSWindows/
loclibrary.c 115 GetModuleFileNameA( module, folder, MAX_PATH );
  /external/curl/src/
tool_parsecfg.c 82 int n = GetModuleFileNameA(0, filebuffer, sizeof(filebuffer));
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_symbol.c 191 if (GetModuleFileNameA(hModule, buffer, sizeof buffer) == sizeof buffer) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
libloaderapi.h 83 WINBASEAPI DWORD WINAPI GetModuleFileNameA (HMODULE hModule, LPSTR lpFilename, DWORD nSize);
  /system/core/base/
logging.cpp 105 DWORD nchars = GetModuleFileNameA(nullptr, longname, arraysize(longname));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
loadlib.c 172 DWORD n = GetModuleFileNameA(NULL, buff, nsize);
  /external/syslinux/com32/lua/src/
loadlib.c 176 DWORD n = GetModuleFileNameA(NULL, buff, nsize);
  /external/libxml2/
catalog.c 85 #define GetModuleFileNameA GetModuleFileName
89 unsigned long __stdcall GetModuleFileNameA(void*, char*, unsigned long);
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest-death-test.cc 733 _MAX_PATH + 1 != ::GetModuleFileNameA(NULL,
    [all...]
  /external/googletest/googletest/src/
gtest-death-test.cc 743 _MAX_PATH + 1 != ::GetModuleFileNameA(NULL,
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-death-test.cc 743 _MAX_PATH + 1 != ::GetModuleFileNameA(NULL,
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 697 _MAX_PATH + 1 != ::GetModuleFileNameA(NULL,
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc 732 _MAX_PATH + 1 != ::GetModuleFileNameA(NULL,
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 647 _MAX_PATH + 1 != ::GetModuleFileNameA(NULL,
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-death-test.cc 695 _MAX_PATH + 1 != ::GetModuleFileNameA(NULL,
    [all...]
  /external/v8/testing/gtest/src/
gtest-death-test.cc 741 _MAX_PATH + 1 != ::GetModuleFileNameA(NULL,
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-death-test.cc 732 _MAX_PATH + 1 != ::GetModuleFileNameA(NULL,
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 732 _MAX_PATH + 1 != ::GetModuleFileNameA(NULL,
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.cc 199 int len = GetModuleFileNameA(NULL, buffer, MAX_PATH);
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc     [all...]

Completed in 1127 milliseconds

1 2