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

  /external/chromium_org/cloud_print/service/win/
installer.cc 83 base::FilePath old_location = local
95 if (!old_location.empty() &&
96 cloud_print::IsProgramsFilesParent(old_location) &&
97 old_location != cloud_print::GetInstallLocation(kGoogleUpdateId)) {
98 base::DeleteFile(old_location, true);
104 CreateShortcuts(old_location.empty());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist_dumb.py 36 self.old_location = os.getcwd()
40 os.chdir(self.old_location)
test_bdist_rpm.py 33 self.old_location = os.getcwd()
37 os.chdir(self.old_location)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist_dumb.py 36 self.old_location = os.getcwd()
40 os.chdir(self.old_location)
test_bdist_rpm.py 33 self.old_location = os.getcwd()
37 os.chdir(self.old_location)
  /external/chromium_org/third_party/tcmalloc/chromium/src/
page_heap.cc 179 const int old_location = span->location; local
188 leftover->location = old_location;
194 // with |span|, i.e. is NULL or has got location other than |old_location|.
207 if (old_location == Span::ON_RETURNED_FREELIST) {
  /external/chromium/chrome/browser/ui/gtk/
info_bubble_gtk.cc 280 ArrowLocationGtk old_location = current_arrow_location_; local
286 if (force_move_and_reshape || current_arrow_location_ != old_location) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap.cc 166 const int old_location = span->location; local
175 leftover->location = old_location;

Completed in 233 milliseconds