Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dfile.cpp76 Expected<std::string, Error> File::GetExecutablePath() in GetExecutablePath() function in panda::os::windows::file::File
Dfile.h124 static Expected<std::string, Error> GetExecutablePath();
/arkcompiler/ets_frontend/merge_abc/src/
Dmain.cpp59 outputFilePath = panda::os::file::File::GetExecutablePath().Value(); in Run()
/arkcompiler/runtime_core/compiler/tests/
Dpanda_runner.h31 auto exec_path = panda::os::file::File::GetExecutablePath(); in PandaRunner()
Dasm_printer_test.cpp84 auto exec_path = panda::os::file::File::GetExecutablePath(); in PrinterTest()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dfile.h145 static Expected<std::string, Error> GetExecutablePath() in GetExecutablePath() function