Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/io/
H A Dio_win32_unittest.cc263 wstring childpath = path + childname; in DeleteAllUnder() local
268 !DeleteAllUnder(childpath)) || in DeleteAllUnder()
269 !::RemoveDirectoryW(childpath.c_str())) { in DeleteAllUnder()
274 if (!::DeleteFileW(childpath.c_str())) { in DeleteAllUnder()
/third_party/pcre2/pcre2/src/
H A Dpcre2grep.c3338 char childpath[FNBUFSIZ]; in grep_or_recurse() local
3364 sprintf(childpath, "%s%c%s", pathname, FILESEP, nextfile); in grep_or_recurse()
3378 if (realpath(childpath, resolvedpath) == NULL) in grep_or_recurse()
3395 frc = grep_or_recurse(childpath, dir_recurse, FALSE); in grep_or_recurse()

Completed in 6 milliseconds