Searched refs:GetRealPath (Results 1 - 2 of 2) sorted by relevance
/commonlibrary/utils_lite/js/builtin/kvstorekit/src/ |
H A D | nativeapi_kv_impl.c | 59 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 D | nativeapi_fs_impl.c | 45 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