Searched defs:fromPath (Results 1 – 3 of 3) sorted by relevance
56 APPSPAWN_STATIC void HnpRelPath(const char *fromPath, const char *toPath, char *relPath) in HnpRelPath()
962 static int32_t CopyFile(const char *fromPath, const char *toPath) in CopyFile()1014 char fromPath[FILE_NAME_MAX_BUF] = { 0 }; in CopyWork() local
972 const char *fromPath = "test"; variable