Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/util/
H A Doptions.cpp160 std::string realPath = File::AdapterRealPath(sourceFile); in AddSources()
180 std::string realPath = File::AdapterRealPath(sourceFile); in CheckOutPutFile()
215 std::string path = File::AdapterRealPath(packagePath.substr(index + 1)); in AddPackagePath()
365 return File::AdapterRealPath(curPath); in GetPackagePath()
H A Dfile.h68 static std::string AdapterRealPath(const std::string &path);
H A Dfile.cpp251 std::string File::AdapterRealPath(const std::string &path) in CreateParentDir() function in OHOS::HDI::File
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/util/
H A Dfile.h77 static std::string AdapterRealPath(const std::string &path);
H A Doptions.cpp252 std::string realPath = File::AdapterRealPath(sourceFile); in AddSources()
283 std::string path = File::AdapterRealPath(packagePath.substr(index + 1)); in AddPackagePath()
755 return File::AdapterRealPath(curPath); in GetPackagePath()
H A Dfile.cpp270 std::string File::AdapterRealPath(const std::string &path) in CreatePartDir() function in OHOS::Idl::File