Lines Matching refs:len2
197 size_t len2; in PFileSystemGetAbsolutePath() local
199 len2 = P_PATH_MAX; in PFileSystemGetAbsolutePath()
200 CHKLOG(rc, PFileSystemGetcwd(cwd, &len2)); in PFileSystemGetAbsolutePath()
201 len2 = *len; in PFileSystemGetAbsolutePath()
202 CHKLOG(rc, lstrinsert(cwd, path, 0, &len2)); in PFileSystemGetAbsolutePath()
214 size_t len2; in PFileSystemGetAbsolutePath() local
216 len2 = *len; in PFileSystemGetAbsolutePath()
218 CHKLOG(rc, PFileSystemGetParentDirectory(path, &len2)); in PFileSystemGetAbsolutePath()
447 size_t len2; in PFileSystemGetParentDirectory() local
457 len2 = P_PATH_MAX; in PFileSystemGetParentDirectory()
458 CHKLOG(rc, PFileSystemGetAbsolutePath(clone, &len2)); in PFileSystemGetParentDirectory()