Searched refs:RealPath (Results 1 - 12 of 12) sorted by relevance
/foundation/arkui/napi/utils/ |
H A D | file.h | 24 NAPI_EXPORT bool RealPath(const char *path, char *resolvedPath, size_t bufferSize);
|
/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | utils.cpp | 21 bool RealPath(const std::string& fileName, char* realPath)
in RealPath() function
|
H A D | utils.h | 296 bool RealPath(const std::string& fileName, char* realPath);
|
/foundation/arkui/napi/utils/platform/windows/ |
H A D | file.cpp | 23 bool RealPath(const char *path, char *resolvedPath, size_t bufferSize) in RealPath() function
|
/foundation/arkui/napi/utils/platform/unix_like/ |
H A D | file.cpp | 23 bool RealPath(const char *path, char *resolvedPath, size_t bufferSize) in RealPath() function
|
/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | rs_dir_asset_provider.h | 62 if (!RealPath(fileName, realPath)) { 106 if (!RealPath(fileName, realPath)) {
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | file_asset_provider_impl.cpp | 56 if (!RealPath(fileName, realPath)) { in GetAsMapping() 106 if (!RealPath(fileName, realPath)) { in GetAssetPath()
|
/foundation/ability/idl_tool/idl_tool_2/util/ |
H A D | file.cpp | 59 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 D | file.h | 79 static std::string RealPath(const std::string &path);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_media_player.cpp | 202 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 D | rosen_font_loader.cpp | 143 if (!RealPath(fileName, realPath)) { in GetAssetFromFile()
|
/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_engine.cpp | 2440 if (!RealPath(path, filePath, PATH_MAX + 1)) { in IsValidPandaFile()
|
Completed in 10 milliseconds