Home
last modified time | relevance | path

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

/test/xts/acts/ability/ability_runtime/capichildprocess/entry/src/main/cpp/
H A Dhello.cpp202 auto fd1Name = "fd1"; in StartChildWithArgs() local
204 args.fdList.head->fdName = (char*)malloc(sizeof(char) * strlen(fd1Name) + 1); in StartChildWithArgs()
205 (void)strcpy(args.fdList.head->fdName, fd1Name); in StartChildWithArgs()

Completed in 1 milliseconds