Home | History | Annotate | Download | only in mini_installer

Lines Matching refs:parent_dir

662 // Enumerates subdirectories of |parent_dir| and deletes all subdirectories
663 // that match with a given |prefix|. |parent_dir| must have a trailing
667 void DeleteDirectoriesWithPrefix(const wchar_t* parent_dir,
669 // |parent_dir| is guaranteed to always have a trailing backslash.
671 if (!spec.assign(parent_dir) || !spec.append(prefix) || !spec.append(L"*.*"))
688 if (path.assign(parent_dir) && path.append(name))