Home
last modified time | relevance | path

Searched refs:GetModuleFileName (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/
H A Dmodule_exclusion_test.cc85 std::string GetModuleFileName() const { in GetModuleFileName() function in art::ModuleExclusionTest
94 std::string filename = GetModuleFileName(); in LoadModule()
157 std::string jar_name = GetModuleFileName(); in TEST_F()
/aosp12/system/logging/liblog/
H A Dlogger_write.cpp121 DWORD result = GetModuleFileName(nullptr, path, sizeof(path) - 1); in getprogname()
/aosp12/system/libbase/
H A Dfile.cpp458 DWORD result = GetModuleFileName(NULL, path, sizeof(path) - 1); in GetExecutablePath()