Searched refs:fromPath (Results 1 - 4 of 4) sorted by relevance
/base/startup/appspawn/test/unittest/hnp_test/ |
H A D | hnp_stub.h | 23 void HnpRelPath(const char *fromPath, const char *toPath, char *relPath);
|
H A D | hnp_installer_test.cpp | 1255 const char *fromPath = "test"; in HWTEST_F() local 1259 HnpRelPath(fromPath, toPath, relPath); in HWTEST_F()
|
/base/startup/appspawn/service/hnp/base/ |
H A D | hnp_sal.c | 56 APPSPAWN_STATIC void HnpRelPath(const char *fromPath, const char *toPath, char *relPath) in HnpRelPath() argument 58 char *from = strdup(fromPath); in HnpRelPath()
|
/base/tee/tee_client/services/teecd/src/ |
H A D | fs_work_agent.c | 962 static int32_t CopyFile(const char *fromPath, const char *toPath) in CopyFile() argument 968 uint32_t rRet = GetRealFilePath(fromPath, realFromPath, sizeof(realFromPath)); in CopyFile() 1014 char fromPath[FILE_NAME_MAX_BUF] = { 0 }; in CopyWork() local 1020 int32_t joinRet1 = JoinFileName((char *)(transControl->args.cp.buffer), fromPath, sizeof(fromPath)); in CopyWork() 1024 int32_t ret = CopyFile(fromPath, toPath); in CopyWork()
|
Completed in 5 milliseconds