Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsVSCode/
H A Dextension.js76 path.basename(uri.fsPath), vscode.ViewColumn.Two, { enableScripts: true });
81 send('parse', uri.fsPath);
118 let tt2 = fs.readFileSync(e.uri.fsPath);
121 fn: e.uri.fsPath,
124 send('parse', e.uri.fsPath);
152 let ret = fs.readFileSync(uri.fsPath, { encoding: 'utf8' });
/ohos5.0/base/startup/init/services/modules/trace/
H A Dinit_trace.c140 static bool IsTraceMountedInner(TraceWorkspace *workspace, const char *fsPath) in IsTraceMountedInner() argument
143 "%s%s", fsPath, TRACE_MARKER_PATH); in IsTraceMountedInner()
144 PLUGIN_CHECK(len > 0, return false, "Failed to format path %s", fsPath); in IsTraceMountedInner()
146 workspace->traceRootPath = strdup(fsPath); in IsTraceMountedInner()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dstd_directory.cpp253 std::filesystem::path fsPath = std::filesystem::canonical(U8Path(path), ec); in ResolveAbsolutePath() local
255 const auto pathStr = fsPath.string(); in ResolveAbsolutePath()