Home
last modified time | relevance | path

Searched refs:fromPath (Results 1 - 4 of 4) sorted by relevance

/base/startup/appspawn/test/unittest/hnp_test/
H A Dhnp_stub.h23 void HnpRelPath(const char *fromPath, const char *toPath, char *relPath);
H A Dhnp_installer_test.cpp1255 const char *fromPath = "test"; in HWTEST_F() local
1259 HnpRelPath(fromPath, toPath, relPath); in HWTEST_F()
/base/startup/appspawn/service/hnp/base/
H A Dhnp_sal.c56 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 Dfs_work_agent.c962 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