Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/
Denv.cc315 WCHAR wc_file_path[MAX_PATH] = {0}; in GetExecutablePath() local
316 GetModuleFileNameW(hModule, wc_file_path, MAX_PATH); in GetExecutablePath()
317 string file_path = WideCharToUtf8(wc_file_path); in GetExecutablePath()