Home
last modified time | relevance | path

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

/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dcopy_file.cpp36 std::tuple<int, FileInfo> ParseOperand(int32_t file) in ParseOperand() function
38 LOGI("FS_TEST:: FS_TEST::ParseOperand"); in ParseOperand()
48 LOGI("FS_TEST:: FS_TEST::ParseOperand success"); in ParseOperand()
52 std::tuple<int, FileInfo> ParseOperand(std::string file) in ParseOperand() function
54 LOGI("FS_TEST:: ParseOperand"); in ParseOperand()
63 LOGI("FS_TEST:: ParseOperand success"); in ParseOperand()
200 auto [succSrc, srcFileInfo] = ParseOperand(src); in CopyFile()
204 auto [succDest, destFileInfo] = ParseOperand(dest); in CopyFile()
214 auto [succSrc, srcFileInfo] = ParseOperand(src); in CopyFile()
218 auto [succDest, destFileInfo] = ParseOperand(des in CopyFile()
[all...]

Completed in 1 milliseconds