Home
last modified time | relevance | path

Searched refs:RealPath (Results 1 - 12 of 12) sorted by relevance

/foundation/arkui/napi/utils/
H A Dfile.h24 NAPI_EXPORT bool RealPath(const char *path, char *resolvedPath, size_t bufferSize);
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dutils.cpp21 bool RealPath(const std::string& fileName, char* realPath) in RealPath() function
H A Dutils.h296 bool RealPath(const std::string& fileName, char* realPath);
/foundation/arkui/napi/utils/platform/windows/
H A Dfile.cpp23 bool RealPath(const char *path, char *resolvedPath, size_t bufferSize) in RealPath() function
/foundation/arkui/napi/utils/platform/unix_like/
H A Dfile.cpp23 bool RealPath(const char *path, char *resolvedPath, size_t bufferSize) in RealPath() function
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Drs_dir_asset_provider.h62 if (!RealPath(fileName, realPath)) {
106 if (!RealPath(fileName, realPath)) {
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dfile_asset_provider_impl.cpp56 if (!RealPath(fileName, realPath)) { in GetAsMapping()
106 if (!RealPath(fileName, realPath)) { in GetAssetPath()
/foundation/ability/idl_tool/idl_tool_2/util/
H A Dfile.cpp59 path_ = RealPath(path); in File()
74 std::string realPath = RealPath(path); in OpenByRead()
275 return RealPath(File::AdapterPath(path)); in CreatePartDir()
278 std::string File::RealPath(const std::string &path) in CreatePartDir() function in OHOS::Idl::File
H A Dfile.h79 static std::string RealPath(const std::string &path);
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_media_player.cpp202 if (!RealPath(hapPath, realPath)) { in MediaPlay()
278 if (!RealPath(hapPath, realPath)) { in RawFilePlay()
315 if (!RealPath(hapPath, realPath)) { in RelativePathPlay()
/foundation/arkui/ace_engine/frameworks/core/components/font/
H A Drosen_font_loader.cpp143 if (!RealPath(fileName, realPath)) { in GetAssetFromFile()
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp2440 if (!RealPath(path, filePath, PATH_MAX + 1)) { in IsValidPandaFile()

Completed in 10 milliseconds