Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_visual.ts280 let resolvePath = filePath.replace(projectConfig.projectPath, projectConfig.aceSuperVisualPath)
282 if (fs.existsSync(resolvePath)) {
283 return resolvePath;
304 resolvePath = filePath.replace(etsDirPath, visualDirPath).replace(/\.ets$/, '.visual');
305 return resolvePath;
/developtools/ace_ets2bundle/compiler/src/fast_build/system_api/
Dapi_check_utils.ts332 …const ohosTestDir = ts.sys.resolvePath(path.join(projectConfig.projectRootPath, 'entry', 'src', 'o…
334 if (!ts.sys.resolvePath(fileName).startsWith(ohosTestDir)) {
/developtools/hiperf/src/
Dsubcommand_dump.cpp397 std::string resolvePath = CanonicalizeSpecPath(userData.c_str()); in ExprotUserStack() local
398 … std::unique_ptr<FILE, decltype(&fclose)> fpUserData(fopen(resolvePath.c_str(), "wb"), fclose); in ExprotUserStack()