Home
last modified time | relevance | path

Searched refs:newpath (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dutil.cpp41 char newpath[PATH_MAX + 1] = { 0x00 }; in IsFileExisted() local
42 if (strlen(filePath.c_str()) > PATH_MAX || realpath(filePath.c_str(), newpath) == nullptr) { in IsFileExisted()
47 if (stat(newpath, &info) != 0) { in IsFileExisted()
57 char newpath[PATH_MAX + 1] = { 0x00 }; in ParseBootConfig() local
58 if (strlen(path.c_str()) > PATH_MAX || realpath(path.c_str(), newpath) == nullptr) { in ParseBootConfig()
64 configFile.open(newpath); in ParseBootConfig()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_trace.cpp95 std::string newpath; in InitNodeAndPropertyInfo() local
96 if (!PathToRealPath(configFilePath, newpath)) { in InitNodeAndPropertyInfo()
100 std::ifstream configFile(newpath); in InitNodeAndPropertyInfo()
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DSceneJS.cpp539 napi_value newpath = nullptr; in GetNode() local
540 napi_status status = napi_create_string_utf8(ctx, rest.c_str(), rest.length(), &newpath); in GetNode()
541 if (newpath) { in GetNode()
542 return func.Invoke(root, 1, &newpath); in GetNode()
/ohos5.0/base/startup/init/test/unittest/param/
H A Dparam_stub.cpp663 int __attribute__((weak))SymlinkStub(const char * oldpath, const char * newpath) in SymlinkStub() argument
/ohos5.0/docs/zh-cn/application-dev/reference/apis-mindspore-lite-kit/
H A Djs-apis-mindSporeLite.md1042 let newPath = '/newpath/to';
/ohos5.0/docs/zh-cn/device-dev/kernel/
H A Dkernel-mini-appx-lib.md241 … int rename(const char \*oldpath, const char \*newpath); | 重命名指定的文件 |
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-mini-appx-lib.md241 | \#include <stdio.h> | int rename(const char \*oldpath, const char \*newpath); | Renames a f…
/ohos5.0/docs/en/application-dev/reference/apis-mindspore-lite-kit/
H A Djs-apis-mindSporeLite.md1042 let newPath = '/newpath/to';