Home
last modified time | relevance | path

Searched refs:GetRealPath (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/utils_lite/js/builtin/kvstorekit/src/
H A Dnativeapi_kv_impl.c59 static int GetRealPath(const char* originPath, char* trustPath, size_t tPathLen) in GetRealPath() function
109 if (GetRealPath(key, resolvePath, PATH_MAX) != NATIVE_SUCCESS) { in GetValue()
138 if (GetRealPath(key, resolvePath, PATH_MAX) != NATIVE_SUCCESS) { in SetValue()
/commonlibrary/utils_lite/js/builtin/filekit/src/
H A Dnativeapi_fs_impl.c45 static int GetRealPath(const char* originPath, char* trustPath, size_t tPathLen) in GetRealPath() function
224 if (GetRealPath(src, realSrc, PATH_MAX) != NATIVE_SUCCESS) { in CopyFileImpl()
239 if (GetRealPath(dest, realDest, PATH_MAX) != NATIVE_SUCCESS) { in CopyFileImpl()
269 if (GetRealPath(fileName, resolvePath, PATH_MAX) != NATIVE_SUCCESS) { in WriteTextFile()
297 if (GetRealPath(fileName, resolvePath, PATH_MAX) != NATIVE_SUCCESS) { in WriteArrayFile()
335 if (GetRealPath(fileName, resolvePath, PATH_MAX) != NATIVE_SUCCESS) { in ReadFileImpl()

Completed in 2 milliseconds