Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_visual.ts311 let resolvePath = filePath.replace(projectConfig.projectPath, projectConfig.aceSuperVisualPath)
313 if (fs.existsSync(resolvePath)) {
314 return resolvePath;
335 resolvePath = filePath.replace(etsDirPath, visualDirPath).replace(/\.ets$/, '.visual');
336 return resolvePath;
/developtools/hiperf/src/
Dsubcommand_dump.cpp385 std::string resolvePath = CanonicalizeSpecPath(userData.c_str()); in ExprotUserStack() local
386 … std::unique_ptr<FILE, decltype(&fclose)> fpUserData(fopen(resolvePath.c_str(), "wb"), fclose); in ExprotUserStack()