HomeSort by relevance Sort by last modified time
    Searched full:current_build_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/test/mini_installer_test/
installer_path_provider.cc 80 current_build_ =
87 const std::string& build_under_test) : current_build_(build_under_test) {
155 if (current_build_.empty())
157 Tokenize(current_build_, ".", &tokenized_build_number);
164 standalone_installer = standalone_installer.AppendASCII(current_build_)
205 if (!FindMatchingFiles(root, current_build_,
230 return current_build_;
installer_path_provider.h 42 std::string current_build_, previous_build_; member in class:installer_test::InstallerPathProvider

Completed in 55 milliseconds