Home | History | Annotate | Download | only in installd

Lines Matching defs:argv

342     char *argv[] = { (char*) path.c_str(), nullptr };
343 if (!(fts = fts_open(argv, FTS_PHYSICAL | FTS_NOCHDIR | FTS_XDEV, NULL))) {
966 char *argv[] = { (char*) path.c_str(), nullptr };
967 if (!(fts = fts_open(argv, FTS_PHYSICAL | FTS_NOCHDIR | FTS_XDEV, NULL))) {