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

  /external/chromium_org/chrome/common/extensions/
extension_file_util_unittest.cc 385 base::FilePath ext_path = temp.path().AppendASCII("ext_root"); local
386 ASSERT_TRUE(base::CreateDirectory(ext_path));
395 ASSERT_TRUE(file_util::WriteFile(ext_path.AppendASCII("manifest.json"),
397 ASSERT_TRUE(file_util::WriteFile(ext_path.AppendASCII("a_key.pem"),
402 ext_path, "the_id", Manifest::EXTERNAL_PREF,
416 ext_path, "the_id", Manifest::EXTERNAL_PREF,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 462 ext_path = self.get_ext_fullpath(ext.name)
464 if not (self.force or newer_group(depends, ext_path, 'newer')):
525 objects, ext_path,
674 ext_path = string.split(ext_name, '.')
677 ext_path[len(ext_path) - 1] = ext_path[len(ext_path) - 1][:8]
681 return os.path.join(*ext_path) + '_d' + so_ext
682 return os.path.join(*ext_path) + so_ex
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 462 ext_path = self.get_ext_fullpath(ext.name)
464 if not (self.force or newer_group(depends, ext_path, 'newer')):
525 objects, ext_path,
674 ext_path = string.split(ext_name, '.')
677 ext_path[len(ext_path) - 1] = ext_path[len(ext_path) - 1][:8]
681 return os.path.join(*ext_path) + '_d' + so_ext
682 return os.path.join(*ext_path) + so_ex
    [all...]
  /external/chromium_org/chrome/browser/extensions/
crx_installer_browsertest.cc 146 base::FilePath ext_path = test_data_dir_.AppendASCII(manifest_dir); local
149 extension_file_util::LoadManifest(ext_path, &error));
178 base::FilePath ext_path = test_data_dir_.AppendASCII(ext_relpath); local
184 base::FilePath crx_path = PackExtension(ext_path);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 424 ext_path = cmd.get_ext_fullpath(ext_name)
426 self.assertEqual(ext_path, wanted)
437 ext_path = cmd.get_ext_fullpath(ext_name)
439 self.assertEqual(ext_path, wanted)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 424 ext_path = cmd.get_ext_fullpath(ext_name)
426 self.assertEqual(ext_path, wanted)
437 ext_path = cmd.get_ext_fullpath(ext_name)
439 self.assertEqual(ext_path, wanted)
  /external/chromium_org/chrome/test/chromedriver/test/
run_py_tests.py 701 def _PackExtension(self, ext_path):
702 return base64.b64encode(open(ext_path, 'rb').read())
    [all...]

Completed in 763 milliseconds