Searched refs:newpath (Results 1 - 5 of 5) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_property_trace.cpp | 95 std::string newpath; in InitNodeAndPropertyInfo() local 96 if (!PathToRealPath(configFilePath, newpath)) { in InitNodeAndPropertyInfo() 100 std::ifstream configFile(newpath); in InitNodeAndPropertyInfo()
|
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/ |
H A D | util.cpp | 41 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()
|
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/ |
H A D | mtpfs_fuse.cpp | 72 int WrapReName(const char *path, const char *newpath, unsigned int flags) in WrapReName() argument 75 int ret = DelayedSingleton<MtpFileSystem>::GetInstance()->ReName(path, newpath, flags); in WrapReName() 544 int MtpFileSystem::ReName(const char *path, const char *newpath, unsigned int flags) in ReName() argument 547 const std::string tmpNewDirName(SmtpfsDirName(std::string(newpath))); in ReName() 549 return device_.ReName(std::string(path), std::string(newpath)); in ReName() 554 const std::string tmpFile = tmpFilesPool_.MakeTmpPath(std::string(newpath)); in ReName() 559 rval = device_.FilePush(tmpFile, std::string(newpath)); in ReName()
|
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/include/ |
H A D | mtpfs_fuse.h | 67 int ReName(const char *path, const char *newpath, unsigned int flags);
|
/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | SceneJS.cpp | 539 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()
|
Completed in 5 milliseconds