HomeSort by relevance Sort by last modified time
    Searched refs:package_type (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/tools/gyp/pylib/gyp/
mac_tool.py 195 package_type = plist['CFBundlePackageType']
196 if package_type != 'APPL':
208 fp.write('%s%s' % (package_type, signature_code))
  /external/chromium_org/chrome/installer/util/
installer_state.h 103 PackageType package_type() const { return package_type_; } function in class:installer::InstallerState
112 // A convenience method returning package_type() == MULTI_PACKAGE.
installer_state_unittest.cc 637 EXPECT_EQ(InstallerState::MULTI_PACKAGE, installer_state.package_type());
661 EXPECT_EQ(InstallerState::SINGLE_PACKAGE, installer_state.package_type());
    [all...]

Completed in 326 milliseconds