Home
last modified time | relevance | path

Searched refs:TMP_UPLOAD_PATH (Results 1 – 4 of 4) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/uploaders/
H A Dobject_storage.rb26 TMP_UPLOAD_PATH = 'tmp/uploads' constant
195 File.join(self.root, TMP_UPLOAD_PATH)
207 upload_path = File.join(TMP_UPLOAD_PATH, id)
395 file_path = File.join(TMP_UPLOAD_PATH, remote_object_id)
397 raise RemoteStoreError, 'Bad file path' unless file_path.start_with?(TMP_UPLOAD_PATH + '/')
H A Dimport_export_uploader.rb7 File.join(options.storage_path, 'uploads', TMP_UPLOAD_PATH)
H A Dnamespace_file_uploader.rb25 File.join(options.storage_path, 'uploads', TMP_UPLOAD_PATH)
H A Dpersonal_file_uploader.rb10 File.join(options.storage_path, 'uploads', TMP_UPLOAD_PATH)