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

  /external/chromium_org/chrome/common/extensions/docs/server2/
samples_data_source.py 111 sample_path = filename.rsplit('/', 1)[-2]
113 if path.startswith(sample_path + '/')]
138 sample_base_path = sample_path.split('/', 1)[1]
148 manifest_data = self._GetDataFromManifest(sample_path, file_system)
158 'files': [f.replace(sample_path + '/', '') for f in sample_files],
  /external/chromium/chrome/common/extensions/docs/build/
directory.py 430 sample_path = os.path.realpath(os.path.dirname(self._manifest_path))
431 sample_dirname = os.path.basename(sample_path)
629 sample_path = os.path.realpath(os.path.dirname(self._manifest_path))
630 sample_dirname = os.path.basename(sample_path)
631 sample_parentpath = os.path.dirname(sample_path)
663 for root, dirs, files in sorted_walk(sample_path):
670 relpath = sample_dirname + abspath.replace(sample_path, "")

Completed in 95 milliseconds